Knife -------------------- Global weapon values INT SHOT_CAPACITY 1 # number of shots in chamber INT SHOT_MULTIPLES 1 # number of "shots" per ammo item STR AMMO iknife # ammo STR PROJECTILE pknife # name of the projectile FLOAT RANGE_1 30.0 # range of weapon FLOAT RANGE_2 8.0 # range of weapon FLOAT EFFRANGE_1 30.0 # effective range of weapon FLOAT EFFRANGE_2 8.0 # effective range of weapon FLOAT SPREAD_1 0.0 # fire spread (if multiple shots) FLOAT SPREAD_2 40.0 # fire spread (if multiple shots) FLOAT VARIANCE_1 5.0 # fire variance FLOAT VARIANCE_2 5.0 # fire variance FLOAT RATE_1 120.0 # velocity of weapon/projectile FLOAT RATE_2 80.0 # velocity of weapon/projectile FLOAT MASS_1 1 # mass of the weapon/projectile FLOAT MASS_2 2 # mass of the weapon/projectile FLOAT DAMAGE_1 4.0 # average damage done FLOAT DAMAGE_2 4.0 # average damage done -------------------- Character-specific values No variation among characters