Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / NPCs / Intelligent / Goblin / Swings / Attacks / Goblin_Lobber_Bomb_Throw_Dud.json

Goblin_Lobber_Bomb_Throw_Dud

Server/Item/Interactions/NPCs/Intelligent/Goblin/Swings/Attacks/Goblin_Lobber_Bomb_Throw_Dud.json, 317 B

Fields

FieldType
Typestring
Interactionsarray[2]

Source

{
  "Type": "Serial",
  "Interactions": [
    {
      "Type": "Simple",
      "RunTime": 0.2,
      "Effects": {
        "ItemPlayerAnimationsId": "Goblin_Bomb",
        "ItemAnimationId": "Throw"
      }
    },
    {
      "Type": "Projectile",
      "Config": "Projectile_Config_Goblin_Lobber_Bomb_Dud"
    }
  ]
}