Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / 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

FieldType
Typestring
$Commentstring
RunTimenumber
Nextobject

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"
    }
  }
}