Sounds for all grenades Proper sound for armor Proper empty sound Fixes for shotgun sounds
63 lines
1.2 KiB
Modula-2
63 lines
1.2 KiB
Modula-2
entityDef weapon_psg1
|
|
{
|
|
"editor_color" ".3 .3 1"
|
|
"editor_mins" "-16 -16 -16"
|
|
"editor_maxs" "16 16 16"
|
|
"editor_usage" "Heckler & Koch PSG1"
|
|
"editor_rotatable" "1"
|
|
|
|
"spawnclass" "HLWeapon"
|
|
"model" "models/w_psg1.mdl"
|
|
"model_view" "models/v_psg1.mdl"
|
|
"snd_acquire" "weapon.pickup"
|
|
"snd_respawn" "item.respawn"
|
|
|
|
// weapon specific
|
|
"def_fireInfo" "fireInfo_psg1"
|
|
"inv_name" "Heckler & Koch PSG1"
|
|
"clipSize" "5"
|
|
"ammoType" "ammo_psg1"
|
|
"ammoRequired" "1"
|
|
"ammoPerShot" "1"
|
|
"punchAngle" "-2 0 0"
|
|
|
|
"actFire" "2,3"
|
|
"actFireLast" "4,5"
|
|
"actReload" "6"
|
|
"actDraw" "0"
|
|
"actIdle" "1"
|
|
|
|
"snd_fire" "weapon_psg1.fire"
|
|
"snd_empty" "weapon.empty"
|
|
"snd_raise_scope" "weapon_psg1.zoom"
|
|
"snd_lower_scope" "weapon_psg1.zoom"
|
|
|
|
"price" "7500"
|
|
"sell" "3750"
|
|
|
|
// HLWeapon specific
|
|
"hudSlot" "5"
|
|
"hudSlotPos" "0"
|
|
"weight" "10"
|
|
|
|
"zoomDuration" "0"
|
|
"zoomFov" "20"
|
|
"zoomFovStep" "5"
|
|
"zoomFovMin" "5"
|
|
"zoomFovMax" "40"
|
|
}
|
|
|
|
entityDef projectile_psg1
|
|
{
|
|
"inherit" "projectile_bullet_base"
|
|
"damage" "skill:plr_psg1"
|
|
"spread" "0.02 0.02"
|
|
}
|
|
|
|
|
|
entityDef fireInfo_psg1
|
|
{
|
|
"def_onFire" "projectile_psg1"
|
|
"fireRate" "0.85"
|
|
"model_flash" "sprites/muzzleflash2.spr"
|
|
}
|