Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Interactions / Weapons / Wand / Wand_Primary.json

Wand_Primary

Server/Item/Interactions/Weapons/Wand/Wand_Primary.json, 375 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
HorizontalSpeedMultipliernumber
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "CastLeftCharging"
  },
  "AllowIndefiniteHold": true,
  "HorizontalSpeedMultiplier": 0.75,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Sword_Swing_Left_Fast",
        "Sword_Swing_Right_Fast"
      ]
    },
    "0.35": "Wand_Cast_Left_Charged"
  }
}