Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Sword / Attacks / Deprecated / Variants / Sword_Attack_Combo.json

Sword_Attack_Combo

Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Variants/Sword_Attack_Combo.json, 888 B

Fields

FieldType
Typestring
ChainingAllowancenumber
ChainIdstring
Nextarray[3]

Source

{
  "Type": "Chaining",
  "ChainingAllowance": 0.93,
  "ChainId": "Sword_Combo",
  "Next": [
    "Sword_Combo_Stage_1",
    "Sword_Combo_Stage_2",
    {
      "Type": "Charging",
      "DisplayProgress": false,
      "Next": {
        "0": {
          "Type": "Serial",
          "Interactions": [
            "Sword_Swing_Down_Strong",
            {
              "Type": "ChangeStat",
              "StatModifiers": {
                "StaminaRegenDelay": -0.75
              },
              "Behaviour": "Set"
            }
          ]
        },
        "0.2": {
          "Type": "Serial",
          "Interactions": [
            "Sword_Combo_Lunge",
            {
              "Type": "ChangeStat",
              "StatModifiers": {
                "StaminaRegenDelay": -0.75
              },
              "Behaviour": "Set"
            }
          ]
        }
      }
    }
  ]
}