home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Igromania 1999 August
/
Igromania_1999-08.iso
/
Demo
/
Shadoman
/
data1.cab
/
Program_Executable_Files
/
data
/
scripts
/
weapons
/
shotgun.ws
< prev
next >
Wrap
Text File
|
1999-07-08
|
651b
|
23 lines
$name "Shotgun"
$properties
{
$collision_radius = 16
$collision_flags = COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE
$blast_radius = 0
$damage = 40
$min_velocity = 500
$max_velocity = 700
$physics_flags = PHYS_NONE
$velocity_flags = USE_DEFAULT_VELOCITY
$weapon_class = _WP_CLASS_BULLET
$weapon_range = 100
}
$custom_sounds
{
$sound_shotgun_empty = "data\audio\sfx\weapons\shotgun\sgempty.wav"
$sound_shotgun_reload = "data\audio\sfx\weapons\shotgun\sgreload.wav"
$sound_shotgun_shot = "data\audio\sfx\weapons\shotgun\sgshot.wav"
$sound_shotgun_shot_wet = "data\audio\sfx\weapons\shotgun\sgwet.wav"
}