Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Weapons / Sword / Attacks / Primary / Weapon_Sword_Primary_Chain.json

Weapon_Sword_Primary_Chain

Server/Item/Interactions/Weapons/Sword/Attacks/Primary/Weapon_Sword_Primary_Chain.json, 704 B

Fields

FieldType
Typestring
ChainingAllowancenumber
ChainIdstring
Nextarray[3]

Source

{
  "Type": "Chaining",
  "ChainingAllowance": 2,
  "ChainId": "Sword_Swings",
  "Next": [
    {
      "Type": "Replace",
      "DefaultOk": true,
      "Var": "Swing_Left",
      "DefaultValue": {
        "Interactions": [
          "Weapon_Sword_Primary_Swing_Left"
        ]
      }
    },
    {
      "Type": "Replace",
      "DefaultOk": true,
      "Var": "Swing_Right",
      "DefaultValue": {
        "Interactions": [
          "Weapon_Sword_Primary_Swing_Right"
        ]
      }
    },
    {
      "Type": "Replace",
      "DefaultOk": true,
      "Var": "Swing_Down",
      "DefaultValue": {
        "Interactions": [
          "Weapon_Sword_Primary_Swing_Down"
        ]
      }
    }
  ]
}