Versions / 0.4.0 / Item / Interactions / Weapons / Shortbow / Deprecated / Attacks / Volley / Shortbow_Volley_Charging.json
Shortbow_Volley_Charging
Server/Item/Interactions/Weapons/Shortbow/Deprecated/Attacks/Volley/Shortbow_Volley_Charging.json, 710 B
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[2] |
Source
{
"Type": "Serial",
"Interactions": [
{
"Type": "Charging",
"AllowIndefiniteHold": true,
"DisplayProgress": false,
"Effects": {
"ItemAnimationId": "ShootCharging",
"ClearAnimationOnFinish": true,
"WorldSoundEventId": "SFX_Bow_T2_Draw",
"LocalSoundEventId": "SFX_Bow_T2_Draw_Local"
},
"HorizontalSpeedMultiplier": 0.5,
"Next": {
"0": "Shortbow_Volley_Shoot_Charge_0",
"0.4": "Shortbow_Volley_Shoot_Charge_1",
"1.5": "Shortbow_Volley_Shoot_Charge_2"
}
},
{
"Type": "ChangeStat",
"StatModifiers": {
"SignatureCharges": -100
},
"ValueType": "Percent"
}
]
}