Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Battleaxe / Primary / Weapon_Battleaxe_Primary_Chain.json

Weapon_Battleaxe_Primary_Chain

Server/Item/Interactions/Weapons/Battleaxe/Primary/Weapon_Battleaxe_Primary_Chain.json, 709 B

Fields

FieldType
Typestring
ChainingAllowancenumber
Nextarray[3]

Source

{
  "Type": "Chaining",
  "ChainingAllowance": 2.9,
  "Next": [
    {
      "Type": "Replace",
      "Var": "Swing_Down_Left",
      "DefaultOk": true,
      "DefaultValue": {
        "Interactions": [
          "Weapon_Battleaxe_Primary_Swing_Down_Left"
        ]
      }
    },
    {
      "Type": "Replace",
      "Var": "Swing_Down_Right",
      "DefaultOk": true,
      "DefaultValue": {
        "Interactions": [
          "Weapon_Battleaxe_Primary_Swing_Down_Right"
        ]
      }
    },
    {
      "Type": "Replace",
      "Var": "Swing_Down",
      "DefaultOk": true,
      "DefaultValue": {
        "Interactions": [
          "Weapon_Battleaxe_Primary_Swing_Down"
        ]
      }
    }
  ]
}