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

  1. $name "Trueform Bullet"
  2.  
  3. $properties            // These are the default properties
  4. {
  5.     $collision_radius    =    8
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_SHADOWMAN
  7.     $blast_radius        =    0
  8.     $damage            =    3
  9.     $min_velocity        =    12
  10.     $max_velocity        =    12
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  13.     $weapon_class        =    _WP_CLASS_BULLET
  14.     $weapon_range        =    300
  15.     $friction            =    0.94
  16. }
  17.  
  18. $custom_sounds
  19. {
  20.     $sound_trubullet_fire    =    "data\audio\sfx\baddys\trueform\fire.wav"
  21.     $sound_trubullet_impact    =    "data\audio\sfx\baddys\trueform\impact.wav"
  22.     $sound_trubullet_travel    =    "data\audio\sfx\baddys\trueform\misloop.wav"
  23. }