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