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