Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Weapons / Staff / Attacks / Staff_Primary.json

Staff_Primary

Server/Item/Interactions/Weapons/Staff/Attacks/Staff_Primary.json, 366 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
HorizontalSpeedMultipliernumber
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "CastSummonCharging"
  },
  "AllowIndefiniteHold": true,
  "HorizontalSpeedMultiplier": 0.5,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Spear_Swing_Left",
        "Spear_Swing_Right"
      ]
    },
    "1": "Staff_Cast_Summon_Charged"
  }
}