Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Spear / Variants / Spear_Double_Incandescent_Attack.json

Spear_Double_Incandescent_Attack

Server/Item/Interactions/Weapons/Spear/Variants/Spear_Double_Incandescent_Attack.json, 328 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "ThrowCharging"
  },
  "AllowIndefiniteHold": true,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.5,
      "Next": [
        "Spear_Spin_Swing_Left",
        "Spear_Spin_Swing_Right"
      ]
    },
    "1": "Spear_Throw_Charged"
  }
}