home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 July (Bonus)
/
OL_CDDEMO1.BIN
/
outlaws
/
olweap.lab
/
isawgun.itm
< prev
next >
Wrap
Text File
|
1997-03-11
|
2KB
|
39 lines
ITEM 1.0
# sawed of db shotgun (in inventory)
NAME isawgun
FUNC Weapon_SawedShotgunHandler
ANIM isawgun.nwx
DATA 30
INT SLOT 6
STR GROUND_ITEM gsawgun
INT REST_CHOR 0 # chor of rest (default) action
INT FIRE_CHOR_1 5 # chor of primary action
INT FIRE_CHOR_2 6 # chor of secondary action
INT NO_AMMO_CHOR_1 9 # chor of primary action
INT NO_AMMO_CHOR_2 9 # chor of secondary action
INT RELOAD_CHOR 8 # chor of reload action
STR FIRE_SOUND_1 sawed # fire sound #1
STR FIRE_SOUND_2 double # fire sound #2
STR NO_AMMO_SOUND_1 shotout # fire sound #1
STR NO_AMMO_SOUND_2 shotout # fire sound #2
STR RELOAD_SOUND sreload # reload sound
INT SHOT_CAPACITY 2 # number of shots in chamber
INT SHOT_MULTIPLES 5 # number of "shots" per ammo item
STR AMMO ishells # ammo
FLOAT RANGE_1 80.0 # range of weapon
FLOAT RANGE_2 80.0 # range of weapon
FLOAT EFFRANGE_1 30.0 # effective range of weapon
FLOAT EFFRANGE_2 30.0 # effective range of weapon
FLOAT SPREAD_1 10.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.5 # average damage done
FLOAT DAMAGE_2 2.5 # average damage done