cod/decls/def/weapons/m1carbine.def

64 lines
1.3 KiB
Modula-2

entityDef mpweapon_m1carbine
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"editor_usage" "9mm AR"
"editor_rotatable" "1"
"spawnclass" "ncWeapon"
"model" "xmodel/weapon_m1carbine"
"model_view" "xmodel/viewmodel_m1carbine"
"snd_acquire" "weap_pickup"
"snd_respawn" "item.respawn"
// ncWeapon specific
"def_fireInfo" "fireInfo_m1carbine"
"def_altFireInfo" "fireInfo_m1carbineADS"
"inv_name" "Thompson"
"clipSize" "30"
"ammoType" "ammo_m1carbine"
"ammoRequired" "1"
"inv_ammo_m1carbine" "999"
"actFire" "5,6,7"
"actHolster" "4"
"actReload" "3"
"actDraw" "4"
"actIdle" "0,1"
"snd_fire" "weap_m1carbine_fire"
"snd_empty" "player_out_of_ammo"
// HLWeapon specific
"hudSlot" "2"
"hudSlotPos" "0"
"weight" "15"
"altMode" "1"
"reloadTime" "1.4"
"snd_reload" "weap_m1carbine_reload"
"ammoPerShot" "1"
"fireRate" "0.135"
"punchAngle" "-1 0 0"
"model_flash" "sprites/muzzleflash1.spr"
"semiAuto" "1"
}
entityDef projectile_m1carbine
{
"inherit" "projectile_bullet_base"
"damage" "5"
"spread" "0.001 0.001"
}
entityDef fireInfo_m1carbine
{
"def_onFire" "projectile_m1carbine"
}
entityDef fireInfo_m1carbineADS
{
"def_onFire" "projectile_m1carbine"
"zoomFov" "55"
}