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 / enbullet.ws < prev    next >
Text File  |  1999-07-08  |  1KB  |  72 lines

  1. $name "Enemy Bullet"
  2.  
  3. $properties            // These are the default properties
  4. {
  5.     $collision_radius    =    16
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_INSTANCE,COLLIDE_SHADOWMAN
  7.     $blast_radius        =    0
  8.     $damage                =    10
  9.     $min_velocity        =    600
  10.     $max_velocity        =    800
  11.     $physics_flags        =    PHYS_NONE
  12.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  13.     $weapon_class        =    _WP_CLASS_BULLET
  14.     $weapon_range        =    400
  15. }
  16.  
  17. $properties_from "ET_Inmate_Club"
  18. {
  19.     $damage                =    20
  20. }
  21.  
  22. $properties_from "ET_Inmate_Gun"
  23. {
  24.     $damage                =    30
  25.     $min_velocity        =    300
  26.     $max_velocity        =    350
  27. }
  28.  
  29. $properties_from "ET_Inmate_Headless_Club"
  30. {
  31. }
  32.  
  33. $properties_from "ET_Inmate_Headless_Gun"
  34. {
  35. }
  36.  
  37. $properties_from "ET_Guard_Club"
  38. {
  39. }
  40.  
  41. $properties_from "ET_Guard_Gun"
  42. {
  43. }
  44.  
  45. $properties_from "ET_Guard_Headless_Club"
  46. {
  47. }
  48.  
  49. $properties_from "ET_Guard_Headless_Gun"
  50. {
  51. }
  52.  
  53. $properties_from "ET_Killer_Club"
  54. {
  55. }
  56.  
  57. $properties_from "ET_Killer_Gun"
  58. {
  59. }
  60.  
  61. $properties_from "ET_Killer_Headless_Club"
  62. {
  63. }
  64.  
  65. $properties_from "ET_Killer_Headless_Gun"
  66. {
  67. }
  68.  
  69. $sounds
  70. {
  71. //    $sound_fire        =    "data\sfx\generic\magint1.wav"
  72. }