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 / shotgun.ws < prev    next >
Text File  |  1999-07-08  |  651b  |  23 lines

  1. $name "Shotgun"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    16
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE
  7.     $blast_radius        =    0
  8.     $damage                =    40
  9.     $min_velocity        =    500
  10.     $max_velocity        =    700
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  13.     $weapon_class        =    _WP_CLASS_BULLET
  14.     $weapon_range        =    100
  15. }
  16.  
  17. $custom_sounds
  18. {
  19.     $sound_shotgun_empty    =    "data\audio\sfx\weapons\shotgun\sgempty.wav"
  20.     $sound_shotgun_reload    =    "data\audio\sfx\weapons\shotgun\sgreload.wav"
  21.     $sound_shotgun_shot        =    "data\audio\sfx\weapons\shotgun\sgshot.wav"
  22.     $sound_shotgun_shot_wet    =    "data\audio\sfx\weapons\shotgun\sgwet.wav"
  23. }