mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 04:31:07 +00:00
Latest IC tweaks: Clip size up from 3 to 5, reload a bit quicker (pre-reload from 0.2 to 0.1, reload time from 0.7 to 0.65)
This commit is contained in:
parent
22e298b8b1
commit
da6417e8ab
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@ WeaponData
|
||||||
"Bullets" "-1" // Bullets to shoot
|
"Bullets" "-1" // Bullets to shoot
|
||||||
"BulletSpread" "-1" // Spread of projectiles
|
"BulletSpread" "-1" // Spread of projectiles
|
||||||
|
|
||||||
"PreReloadTime" "0.2" // Time taken for the weapon to move to reload state
|
"PreReloadTime" "0.1" // Time taken for the weapon to move to reload state
|
||||||
"ReloadTime" "0.7" // Time taken to reload a shell/rocket/etc
|
"ReloadTime" "0.65" // Time taken to reload a shell/rocket/etc
|
||||||
"PostReloadTime" "0.2" // Time taken to move weapon back to firing state
|
"PostReloadTime" "0.2" // Time taken to move weapon back to firing state
|
||||||
|
|
||||||
"SpinTime" "-1" // For AC
|
"SpinTime" "-1" // For AC
|
||||||
|
|
||||||
"clip_size" "3"
|
"clip_size" "5"
|
||||||
|
|
||||||
"primary_ammo" "AMMO_ROCKETS"
|
"primary_ammo" "AMMO_ROCKETS"
|
||||||
"secondary_ammo" "None"
|
"secondary_ammo" "None"
|
||||||
|
|
Loading…
Reference in a new issue