Sawed-Off Shotgun -------------------- Global weapon values INT SHOT_CAPACITY 2 # number of shots in chamber INT SHOT_MULTIPLES 30 # number of "shots" per ammo item STR AMMO ishells # ammo FLOAT RANGE_1 30.0 # range of weapon FLOAT RANGE_2 30.0 # range of weapon FLOAT EFFRANGE_1 15.0 # effective range of weapon FLOAT EFFRANGE_2 15.0 # effective range of weapon FLOAT SPREAD_1 20.0 # fire spread (if multiple shots) FLOAT SPREAD_2 10.0 # fire spread (if multiple shots) FLOAT VARIANCE_1 2.0 # fire variance FLOAT VARIANCE_2 2.0 # fire variance FLOAT RATE_1 1200.0 # velocity of weapon/projectile FLOAT RATE_2 1200.0 # velocity of weapon/projectile FLOAT MASS_1 .022 # mass of the weapon/projectile FLOAT MASS_2 .022 # mass of the weapon/projectile FLOAT DAMAGE_1 2.0 # average damage done FLOAT DAMAGE_2 2.0 # average damage done FLOAT KICK_AMOUNT 0.22 -------------------- Character-specific values Anderson is the only character with different settings INT SHOT_MULTIPLES 15 # number of "shots" per ammo item FLOAT SPREAD_1 18.0 # fire spread (if multiple shots) FLOAT DAMAGE_1 2.5 # average damage done