Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / RootInteractions / NPCs / Intelligent / Goblin / Root_NPC_Goblin_Ogre_Attack.json

Root_NPC_Goblin_Ogre_Attack

Server/Item/RootInteractions/NPCs/Intelligent/Goblin/Root_NPC_Goblin_Ogre_Attack.json, 303 B

Fields

FieldType
Interactionsarray[1]
Tagsobject

Source

{
  "Interactions": [
    {
      "Type": "Chaining",
      "ChainId": "Slashes",
      "ChainingAllowance": 15,
      "Next": [
        "Goblin_Ogre_Swing_Left",
        "Goblin_Ogre_Swing_Right",
        "Goblin_Ogre_Swing_Down"
      ]
    }
  ],
  "Tags": {
    "Attack": [
      "Melee"
    ]
  }
}