mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 12:41:17 +00:00
Reduce the delay between pulling out weapons and firing them for the flamethrower and IC
This commit is contained in:
parent
679d950926
commit
a251d97ddd
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ WeaponData
|
||||||
// Weapon characteristics:
|
// Weapon characteristics:
|
||||||
"CycleTime" "0.2" // Rate of fire
|
"CycleTime" "0.2" // Rate of fire
|
||||||
"CycleDecrement" "1" // Number of bullets fired per cycle
|
"CycleDecrement" "1" // Number of bullets fired per cycle
|
||||||
|
"DeployDelay" "0.2" // Delay before you can shoot when you first pull the weapon out
|
||||||
|
|
||||||
"Damage" "10" // Damage per burst (used to be 9)
|
"Damage" "10" // Damage per burst (used to be 9)
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ WeaponData
|
||||||
// Weapon characteristics:
|
// Weapon characteristics:
|
||||||
"CycleTime" "0.6" // Rate of fire
|
"CycleTime" "0.6" // Rate of fire
|
||||||
"CycleDecrement" "1" // Number of bullets fired per cycle
|
"CycleDecrement" "1" // Number of bullets fired per cycle
|
||||||
|
"DeployDelay" "0.2" // Delay before you can shoot when you first pull the weapon out
|
||||||
|
|
||||||
"Damage" "55" // Damage per burst
|
"Damage" "55" // Damage per burst
|
||||||
"DamageRadius" "125" // Radius of damage
|
"DamageRadius" "125" // Radius of damage
|
||||||
|
|
Loading…
Reference in a new issue