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

  1. ITEM 1.0
  2.  
  3. # dynamite (projectile)
  4.  
  5. NAME pdynam
  6. FUNC x
  7. ANIM gdynam.3do
  8. DATA 13
  9.     STR      DEAD_ITEM        gdynam.itm
  10.     STR      EXPLOSION        tntboom.nwx
  11.     STR      EXPLODE_SOUND    explode
  12.     STR      FUSE_SOUND       fuse
  13.     FLOAT    RADIUS           50.0       # radius of people destruction
  14.     FLOAT    WALL_RADIUS      15.0       # radius of wall/sector destruction
  15.     FLOAT    RATE             1200.0     # velocity of weapon/projectile
  16.     FLOAT    MASS             0.75       # mass of the weapon/projectile
  17.     FLOAT    DAMAGE           12.0       # average damage done
  18.     FLOAT    THROW_PITCH      35.0       # pitch angle used for throwing
  19.     INT      LIFE             4500       # lifetime of projectile
  20.     INT      ALLOW_BOUNCE     1          # set to 0 to destroy on collisions, or 1 to bounce
  21.     FLOAT    COLLIDE_RADIUS   1.0        # collision radius
  22.  
  23.