Bomb_Explode
Server/Item/Interactions/Weapons/Bomb/Bomb_Explode.json, 334 B
Fields
| Field | Type |
|---|---|
Type | string |
Parent | string |
RunTime | number |
Effects | object |
Source
{
"Type": "Explode",
"Parent": "Explode_Generic_Entities",
"RunTime": 0.1,
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"Particles": [
{
"SystemId": "Explosion_Medium",
"TargetEntityPart": "Entity"
}
]
}
}