Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / RootInteractions / NPCs / OLD_INTERACTIONS / Undead / Zombie / Root_NPC_Zombie_Melee.json

Root_NPC_Zombie_Melee

Server/Item/RootInteractions/NPCs/OLD_INTERACTIONS/Undead/Zombie/Root_NPC_Zombie_Melee.json, 285 B

Fields

FieldType
Interactionsarray[1]
Tagsobject

Source

{
  "Interactions": [
    {
      "Type": "Chaining",
      "ChainingAllowance": 10,
      "Next": [
        "Zombie_Swing_Left",
        "Zombie_Swing_Right",
        "Zombie_Bite",
        "Zombie_Swing_Double"
      ]
    }
  ],
  "Tags": {
    "Attack": [
      "Melee"
    ]
  }
}