Versions / 0.5.0 / Item / Interactions / NPCs / Intelligent / Goblin / Variants / Goblin_Lobber_Bomb_Death.json
Goblin_Lobber_Bomb_Death
Server/Item/Interactions/NPCs/Intelligent/Goblin/Variants/Goblin_Lobber_Bomb_Death.json, 323 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"$Comment": "Prepare Delay",
"RunTime": 0.2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.25,
"ProjectileId": "SFX_Goblin_Lobber_Bomb_Death",
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.25,
"ProjectileId": "SFX_Goblin_Lobber_Bomb_Death"
}
}
}