Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / NPCs / Intelligent / Goblin / Variants / Goblin_Scrapper_Attack.json

Goblin_Scrapper_Attack

Server/Item/Interactions/NPCs/Intelligent/Goblin/Variants/Goblin_Scrapper_Attack.json, 251 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemPlayerAnimationsId": "Mace",
    "ItemAnimationId": "SwingLeftCharging"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "0": "Goblin_Scrapper_Swings",
    "1": "Goblin_Scrapper_Swings_Charged"
  }
}