Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Interactions / Weapons / Spellbook / Spellbook_Primary.json

Spellbook_Primary

Server/Item/Interactions/Weapons/Spellbook/Spellbook_Primary.json, 457 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
HorizontalSpeedMultipliernumber
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "CastHurlCharging",
    "WorldSoundEventId": "SFX_Skeleton_Mage_Spellbook_Charge"
  },
  "AllowIndefiniteHold": true,
  "HorizontalSpeedMultiplier": 0.8,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Block_Swing_Left",
        "Block_Swing_Right",
        "Block_Swing_Down"
      ]
    },
    "1": "Spellbook_Cast_Hurl_Charged"
  }
}