home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 32 / NEXT32.iso / pc / outlaws / multi / outmulti.exe / olpatch1.lab / isawgun.itm < prev    next >
Text File  |  1997-03-18  |  2KB  |  39 lines

  1. ITEM 1.0
  2.  
  3. # sawed of db shotgun (in inventory)
  4.  
  5. NAME isawgun
  6. FUNC Weapon_SawedShotgunHandler
  7. ANIM isawgun.nwx
  8. DATA 30
  9.     INT      SLOT                6
  10.     STR      GROUND_ITEM        gsawgun
  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        sawed     # 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          80.0      # range of weapon
  26.     FLOAT    RANGE_2          80.0      # range of weapon
  27.     FLOAT    EFFRANGE_1          30.0       # effective range of weapon
  28.     FLOAT    EFFRANGE_2          30.0       # effective range of weapon
  29.     FLOAT    SPREAD_1            10.0       # fire spread (if multiple shots)
  30.     FLOAT    SPREAD_2            10.0       # fire spread (if multiple shots)
  31.     FLOAT    VARIANCE_1          2.0        # fire variance
  32.     FLOAT    VARIANCE_2          2.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           .022        # mass of the weapon/projectile
  36.     FLOAT    MASS_2           .022       # mass of the weapon/projectile
  37.     FLOAT    DAMAGE_1         2.5        # average damage done
  38.     FLOAT    DAMAGE_2         2.5        # average damage done
  39.