Reduce the delay between pulling out weapons and firing them for the flamethrower and IC

This commit is contained in:
Mike Parker 2016-06-19 19:52:23 +01:00
parent 679d950926
commit a251d97ddd
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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