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 / snotball.ws < prev    next >
Text File  |  1999-07-08  |  458b  |  24 lines

  1. $name "Snotball"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    12
  6.     $collision_flags    =     COLLIDE_SHADOWMAN,COLLIDE_INSTANCE,COLLIDE_WORLD
  7.     $blast_radius        =    50
  8.     $damage                =    5
  9.     $blast_damage        =    0.5
  10.     $blast_time            =    3
  11.     $min_velocity        =    15
  12.     $max_velocity        =    20
  13.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  14.     $physics_flags        =    PHYS_NONE
  15.     $friction            =    0.94
  16.     $weapon_class        =    _WP_CLASS_UNKNWN
  17. }
  18.  
  19.  
  20. $sounds
  21. {
  22.     $sound_hit        =    "data\audio\sfx\baddys\snot.wav"
  23. }
  24.