Gun_Flamethrower
Server/Item/Interactions/Weapons/Gun/Variants/Gun_Flamethrower.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[2] |
Source
{
"Type": "Parallel",
"Interactions": [
{
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "FlamethrowerSource"
},
{
"Type": "Simple",
"RunTime": 0.2,
"Effects": {
"Particles": [
{
"PositionOffset": {
"X": 0,
"Y": 0.15,
"Z": 3.0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 0,
"Yaw": 180
},
"SystemId": "Flamethrower"
}
],
"ItemPlayerAnimationsId": "Rifle",
"ItemAnimationId": "Shoot",
"ClearAnimationOnFinish": true
}
}
]
},
{
"Interactions": [
{
"Type": "Selector",
"RunTime": 0.05,
"Selector": {
"Id": "Stab",
"TestLineOfSight": true,
"ExtendTop": 0.175,
"ExtendLeft": 0.175,
"ExtendRight": 0.175,
"ExtendBottom": 0.175,
"StartDistance": 0.1,
"EndDistance": 5.5
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"Var": "Flamethrower_Damage",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Stick_Fire_Secondary_Damage"
]
}
}
]
}
}
]
}
]
}