Spellbook_Primary
Server/Item/Interactions/Weapons/Spellbook/Spellbook_Primary.json, 457 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
HorizontalSpeedMultiplier | number |
Next | object |
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"
}
}