home *** CD-ROM | disk | FTP | other *** search
/ CD Action 12 B / cdactioncoverdisc / outlaw / outmulti.exe / olpatch1.lab / idbsgun.itm < prev    next >
Text File  |  1997-03-18  |  2KB  |  39 lines

  1. ITEM 1.0
  2.  
  3. # double barrel shotgun (in inventory)
  4.  
  5. NAME idbsgun
  6. FUNC Weapon_DBShotgunHandler
  7. ANIM ijdbsgun.nwx
  8. DATA 30
  9.     INT      SLOT                5
  10.     INT      FLASH_INTENSITY  2          # muzzle flash intensity
  11.     INT      REST_CHOR           0          # chor of rest (default) action
  12.     INT      FIRE_CHOR_1      5          # chor of primary action
  13.     INT      FIRE_CHOR_2      6          # chor of secondary action
  14.     INT      NO_AMMO_CHOR_1   9          # chor of primary action
  15.     INT      NO_AMMO_CHOR_2   9          # chor of secondary action
  16.     INT      RELOAD_CHOR      8          # chor of reload action
  17.     STR      FIRE_SOUND_1        double     # fire sound #1
  18.     STR      FIRE_SOUND_2        double     # fire sound #2
  19.     STR      NO_AMMO_SOUND_1  shotout    # fire sound #1
  20.     STR      NO_AMMO_SOUND_2  shotout    # fire sound #2
  21.     STR      RELOAD_SOUND     sreload    # reload sound
  22.     INT      SHOT_CAPACITY    2          # number of shots in chamber
  23.     INT      SHOT_MULTIPLES   5          # number of "shots" per ammo item
  24.     STR      AMMO                ishells    # ammo
  25.     FLOAT    RANGE_1          200.0      # range of weapon
  26.     FLOAT    RANGE_2          200.0      # range of weapon
  27.     FLOAT    EFFRANGE_1          100.0      # effective range of weapon
  28.     FLOAT    EFFRANGE_2          100.0      # effective range of weapon
  29.     FLOAT    SPREAD_1            2.0        # fire spread (if multiple shots)
  30.     FLOAT    SPREAD_2            2.0        # fire spread (if multiple shots)
  31.     FLOAT    VARIANCE_1          1.0        # fire variance
  32.     FLOAT    VARIANCE_2          1.0        # fire variance
  33.     FLOAT    RATE_1           1200.0     # velocity of weapon/projectile
  34.     FLOAT    RATE_2           1200.0     # velocity of weapon/projectile
  35.     FLOAT    MASS_1           .06        # mass of the weapon/projectile
  36.     FLOAT    MASS_2           .06       # mass of the weapon/projectile
  37.     FLOAT    DAMAGE_1         .750        # average damage done
  38.     FLOAT    DAMAGE_2         .750        # average damage done
  39.     FLOAT    KICK_AMOUNT      0.24