Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Weapons / Battleaxe / Deprecated / Variants / Battleaxe_Scythe_Void_Attack.json

Battleaxe_Scythe_Void_Attack

Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Variants/Battleaxe_Scythe_Void_Attack.json, 346 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "SwingLeftCharging"
  },
  "AllowIndefiniteHold": false,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.5,
      "Next": [
        "Spear_Spin_Swing_Left",
        "Spear_Spin_Swing_Right"
      ]
    },
    "1.670": "Battleaxe_Swing_Left_Charged"
  }
}