Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Longsword / Variants / Longsword_Attack.json

Longsword_Attack

Server/Item/Interactions/Weapons/Longsword/Variants/Longsword_Attack.json, 369 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "StabCharging"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Longsword_Swing_Left",
        "Longsword_Swing_Right",
        "Longsword_Swing_Up_Left"
      ]
    },
    "1.565": "Longsword_Stab_Charged"
  }
}