Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Gun / Attacks / Shoot_Flintlock / Gun_Shoot_Flintlock_Charging.json
Gun_Shoot_Flintlock_Charging
Server/Item/Interactions/Weapons/Gun/Attacks/Shoot_Flintlock/Gun_Shoot_Flintlock_Charging.json, 445 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
HorizontalSpeedMultiplier | number |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "ShootFlintlockCharging",
"LocalSoundEventId": "SFX_Blunderbuss_Load_Local",
"WorldSoundEventId": "SFX_Blunderbuss_Load"
},
"AllowIndefiniteHold": true,
"HorizontalSpeedMultiplier": 0.5,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
"Gun_Swing_Left"
]
},
"2": "Gun_Shoot_Flintlock_Charged"
}
}