Spear_Attack
Server/Item/Interactions/Weapons/Spear/Variants/Spear_Attack.json, 428 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "ThrowCharging",
"LocalSoundEventId": "SFX_Spear_Throw_Charge_Local",
"WorldSoundEventId": "SFX_Spear_Throw_Charge",
"ClearAnimationOnFinish": true
},
"AllowIndefiniteHold": true,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
"Spear_Stab"
]
},
"1": "Spear_Throw_Charged"
}
}