home *** CD-ROM | disk | FTP | other *** search
- ITEM 1.0
-
- # dynamite (projectile)
-
- NAME pdynam
- FUNC x
- ANIM gdynam.3do
- DATA 13
- STR DEAD_ITEM gdynam.itm
- STR EXPLOSION tntboom.nwx
- STR EXPLODE_SOUND explode
- STR FUSE_SOUND fuse
- FLOAT RADIUS 50.0 # radius of people destruction
- FLOAT WALL_RADIUS 15.0 # radius of wall/sector destruction
- FLOAT RATE 1200.0 # velocity of weapon/projectile
- FLOAT MASS 0.75 # mass of the weapon/projectile
- FLOAT DAMAGE 12.0 # average damage done
- FLOAT THROW_PITCH 35.0 # pitch angle used for throwing
- INT LIFE 4500 # lifetime of projectile
- INT ALLOW_BOUNCE 1 # set to 0 to destroy on collisions, or 1 to bounce
- FLOAT COLLIDE_RADIUS 1.0 # collision radius
-
-