FlamethrowerSource
Server/Entity/Effects/Weapons/FlamethrowerSource.json, 365 B
Fields
| Field | Type |
|---|---|
ApplicationEffects | object |
WorldRemovalSoundEventId | string |
LocalRemovalSoundEventId | string |
OverlapBehavior | string |
Infinite | boolean |
Duration | number |
Source
{
"ApplicationEffects": {
"WorldSoundEventId": "SFX_Staff_Flame_Flamethrower",
"LocalSoundEventId": "SFX_Staff_Flame_Flamethrower_Local"
},
"WorldRemovalSoundEventId": "SFX_Staff_Flame_Flamethrower_End",
"LocalRemovalSoundEventId": "SFX_Staff_Flame_Flamethrower_End_Local",
"OverlapBehavior": "Overwrite",
"Infinite": false,
"Duration": 0.5
}