home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 1999 #14 / K_PELIT_14_99.ISO / ShadowMan / data1.cab / Program_Executable_Files / data / scripts / weapons / LegionBlast.ws < prev    next >
Text File  |  1999-07-08  |  571b  |  28 lines

  1. $name "Legion Blast"
  2.  
  3. $properties            // These are the default properties
  4. {
  5.     $collision_radius    =    16
  6.     $collision_flags    =     COLLIDE_SHADOWMAN,COLLIDE_WORLD
  7.     $blast_radius        =    0
  8.     $damage                =    10
  9.     $min_velocity        =    100
  10.     $max_velocity        =    100
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  13.     $weapon_class        =    _WP_CLASS_BULLET
  14.     $weapon_range        =    400
  15.     $friction            =    0.94
  16. }
  17.  
  18.  
  19. $sounds
  20. {
  21.     $sound_fire            =    "data\audio\sfx\baddys\tflegion\Blast.wav"
  22. }
  23.  
  24. $custom_sounds
  25. {
  26.     $sound_blast_travel    =    "data\audio\sfx\baddys\tflegion\Blasloop.wav"
  27. }
  28.