Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / NPCs / Intelligent / Goblin / Variants / Goblin_Lobber_Attack.json

Goblin_Lobber_Attack

Server/Item/Interactions/NPCs/Intelligent/Goblin/Variants/Goblin_Lobber_Attack.json, 248 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemPlayerAnimationsId": "Goblin_Bomb_Large",
    "ItemAnimationId": "Throw"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "0": "Goblin_Lobber_Swings",
    "1": "Goblin_Lobber_Swings_Charged"
  }
}