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 / fireball.ws < prev    next >
Text File  |  1999-07-08  |  377b  |  18 lines

  1. $name "Fireball"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    16
  6.     $collision_flags    =     COLLIDE_SHADOWMAN COLLIDE_INSTANCE
  7.     $blast_radius        =    0
  8.     $damage                =    5
  9.     $blast_damage        =    0
  10.     $blast_time            =    0
  11.     $min_velocity        =    10.0
  12.     $max_velocity        =    10.0
  13.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  14.     $physics_flags        =    PHYS_NONE
  15.     $friction            =    0.94
  16.     $weapon_class        =    _WP_CLASS_UNKNWN
  17. }
  18.