home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 32 / NEXT32.iso / pc / outlaws / outdemo.exe / outlaws.lab / ijdynam.itm < prev    next >
Text File  |  1997-03-12  |  2KB  |  35 lines

  1. ITEM 1.0
  2.  
  3. # dynamite (in inventory)
  4.  
  5. NAME ijdynam
  6. FUNC Weapon_TNTHandler
  7. ANIM ijdynam.nwx
  8. DATA 27
  9.     INT      SLOT                7
  10.     STR      GROUND_ITEM        gdynam
  11.     INT      MAX_COUNT        50
  12.     INT      REST_CHOR           0          # chor of rest (default) action
  13.     INT      FIRE_CHOR_1      5          # chor of primary action
  14.     INT      FIRE_CHOR_2      6          # chor of secondary action
  15.     STR      FIRE_SOUND_1        null       # fire sound #1
  16.     STR      FIRE_SOUND_2        throw      # fire sound #2
  17.     INT      SHOT_CAPACITY    1          # number of shots in chamber
  18.     INT      SHOT_MULTIPLES   1          # number of "shots" per ammo item
  19.     STR      AMMO                idynam     # ammo
  20.     STR      PROJECTILE       pdynam     # name of the projectile
  21.     FLOAT    RANGE_1          50.0       # range of weapon
  22.     FLOAT    RANGE_2          0.0        # range of weapon
  23.     FLOAT    EFFRANGE_1          50.0       # effective range of weapon
  24.     FLOAT    EFFRANGE_2          0.0        # effective range of weapon
  25.     FLOAT    SPREAD_1            0.0        # fire spread (if multiple shots)
  26.     FLOAT    SPREAD_2            0.0        # fire spread (if multiple shots)
  27.     FLOAT    VARIANCE_1          10.0       # fire variance
  28.     FLOAT    VARIANCE_2          0.0        # fire variance
  29.     FLOAT    RATE_1           60.0       # velocity of weapon/projectile
  30.     FLOAT    RATE_2           0.0        # velocity of weapon/projectile
  31.     FLOAT    MASS_1           2.0        # mass of the weapon/projectile
  32.     FLOAT    MASS_2           0.0        # mass of the weapon/projectile
  33.     FLOAT    DAMAGE_1         0.0        # average damage done
  34.     FLOAT    DAMAGE_2         0.0        # average damage done
  35.     FLOAT    KICK_AMOUNT      0.0