home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 September (DVD) / Level_2003-09_104_DVD_Shadowman.iso / DATA / SCRIPTS / WEAPONS / BLAST.WS < prev    next >
Encoding:
Text File  |  2003-01-01  |  335 b   |  15 lines

  1. $name "Blast"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    64
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE,COLLIDE_SHADOWMAN
  7.     $blast_radius        =    0
  8.     $damage            =    50
  9.     $min_velocity        =    0
  10.     $max_velocity        =    0
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  13.     $weapon_class        =    _WP_CLASS_VOODOO
  14. }
  15.