home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 September (DVD) / Level_2003-09_104_DVD_Shadowman.iso / DATA / SCRIPTS / WEAPONS / CALABASH.WS < prev    next >
Encoding:
Text File  |  2003-01-01  |  650 b   |  23 lines

  1. $name "Calabash"
  2.  
  3. $properties
  4. {
  5.     $collision_radius    =    400
  6.     $collision_flags    =     COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE
  7.     $damage                =    400
  8.     $min_velocity        =    0
  9.     $max_velocity        =    0
  10.     $physics_flags        =    PHYS_GRAVITY
  11.     $velocity_flags        =    USE_DEFAULT_VELOCITY
  12.     $friction            =    0.94
  13.     $weapon_class        =    _WP_CLASS_VOODOO
  14.     $ammo                =    10
  15. }
  16.  
  17. $custom_sounds
  18. {
  19.     $sound_calabash_set            =    "data\audio\sfx\weapons\calabash\set.wav"
  20.     $sound_calabash_loop        =    "data\audio\sfx\weapons\calabash\loop.wav"
  21.     $sound_calabash_prep        =    "data\audio\sfx\weapons\calabash\prep.wav"
  22.     $sound_calabash_explode        =    "data\audio\sfx\weapons\calabash\explode.wav",8512
  23. }