Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / RootInteractions / NPCs / Creature / Mammal / Root_NPC_Bear_Grizzly_Attack.json

Root_NPC_Bear_Grizzly_Attack

Server/Item/RootInteractions/NPCs/Creature/Mammal/Root_NPC_Bear_Grizzly_Attack.json, 302 B

Fields

FieldType
Interactionsarray[1]
Tagsobject

Source

{
  "Interactions": [
    {
      "Type": "Chaining",
      "ChainId": "Slashes",
      "ChainingAllowance": 15,
      "Next": [
        "Bear_Grizzly_Swipe_Left",
        "Bear_Grizzly_Swipe_Right",
        "Bear_Grizzly_Stomp"
      ]
    }
  ],
  "Tags": {
    "Attack": [
      "Melee"
    ]
  }
}