Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Crossbow / Primary / Overcharge / Weapon_Crossbow_Primary_Overcharge_Load_Single.json
Weapon_Crossbow_Primary_Overcharge_Load_Single
Server/Item/Interactions/Weapons/Crossbow/Primary/Overcharge/Weapon_Crossbow_Primary_Overcharge_Load_Single.json, 400 B
Fields
| Field | Type |
|---|---|
Type | string |
AllowIndefiniteHold | boolean |
DisplayProgress | boolean |
Effects | object |
HorizontalSpeedMultiplier | number |
Next | object |
Source
{
"Type": "Charging",
"AllowIndefiniteHold": false,
"DisplayProgress": false,
"Effects": {
"ItemAnimationId": "ReloadCharged2",
"WorldSoundEventId": "SFX_Hand_Crossbow_T2_Load",
"LocalSoundEventId": "SFX_Hand_Crossbow_T2_Load_Local",
"ClearAnimationOnFinish": true
},
"HorizontalSpeedMultiplier": 0.85,
"Next": {
"0": "Weapon_Crossbow_Primary_Overcharge_Shoot"
}
}