From a251d97dddd94e80f088838c923795967f776cee Mon Sep 17 00:00:00 2001 From: Mike Parker Date: Sun, 19 Jun 2016 19:52:23 +0100 Subject: [PATCH] Reduce the delay between pulling out weapons and firing them for the flamethrower and IC --- scripts/ff_weapon_flamethrower.txt | 1 + scripts/ff_weapon_ic.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ff_weapon_flamethrower.txt b/scripts/ff_weapon_flamethrower.txt index 9e07a15..d55a03a 100644 --- a/scripts/ff_weapon_flamethrower.txt +++ b/scripts/ff_weapon_flamethrower.txt @@ -3,6 +3,7 @@ WeaponData // Weapon characteristics: "CycleTime" "0.2" // Rate of fire "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) diff --git a/scripts/ff_weapon_ic.txt b/scripts/ff_weapon_ic.txt index 3580075..2b40c01 100644 --- a/scripts/ff_weapon_ic.txt +++ b/scripts/ff_weapon_ic.txt @@ -3,7 +3,8 @@ WeaponData // Weapon characteristics: "CycleTime" "0.6" // Rate of fire "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 "DamageRadius" "125" // Radius of damage