Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Interactions / Weapons / Axe / Variants / Axe_Attack.json

Axe_Attack

Server/Item/Interactions/Weapons/Axe/Variants/Axe_Attack.json, 335 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "SwingLeftCharging"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Axe_Swing_Down_Left",
        "Axe_Swing_Up_Right"
      ]
    },
    "1.390": "Axe_Swing_Left_Charged"
  }
}