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 / MarteauBolt.ws < prev    next >
Text File  |  1999-07-08  |  535b  |  25 lines

  1. $name "MarteauBolt"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    12
  6.     $collision_flags    =     COLLIDE_ENEMYS,COLLIDE_WORLD,COLLIDE_INSTANCE
  7.     $blast_radius        =    200
  8.     $blast_flags        =     BLAST_EXPAND
  9.     $damage                =    70
  10.     $blast_damage        =    0
  11.     $blast_time            =    10
  12.     $min_velocity        =    15
  13.     $max_velocity        =    15
  14.     $velocity_flags        =    USE_SUPPLIED_VELOCITY
  15.     $physics_flags        =    PHYS_GRAVITY
  16.     $friction            =    0.94
  17.     $weapon_class        =    _WP_CLASS_VOODOO
  18.     $ammo                =    0
  19. }
  20.  
  21. $custom_sounds
  22. {
  23.     $sound_marteau_bolt_hit    =    "data\audio\sfx\weapons\marteau\hit.wav"
  24. }
  25.