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 / MillM16.ws < prev    next >
Text File  |  1999-07-08  |  504b  |  21 lines

  1. $name "Milton Machine Gun"
  2.  
  3. $properties            // These are the default properties
  4. {
  5.     $collision_radius    =    9
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_INSTANCE,COLLIDE_SHADOWMAN
  7.     $blast_radius        =    0
  8.     $damage            =    1
  9.     $min_velocity        =    55
  10.     $max_velocity        =    55
  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. $custom_sounds
  19. {
  20.     $sound_milton_m60_fire        =    "data\audio\sfx\baddys\milton\m60.wav"
  21. }