entityDef mpweapon_m1garand { "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_m1garand" "model_view" "xmodel/viewmodel_m1garand" "snd_acquire" "weap_pickup" "snd_respawn" "item.respawn" // ncWeapon specific "def_fireInfo" "fireInfo_m1garand" "def_altFireInfo" "fireInfo_m1garandADS" "inv_name" "Thompson" "clipSize" "30" "ammoType" "ammo_m1garand" "ammoRequired" "1" "inv_ammo_m1garand" "999" "actFire" "5,6,7" "actHolster" "4" "actReload" "3" "actDraw" "4" "actIdle" "0,1" "snd_fire" "weap_m1garand_fire" "snd_fireLast" "weap_m1garand_lastshot" "snd_empty" "player_out_of_ammo" // HLWeapon specific "hudSlot" "2" "hudSlotPos" "0" "weight" "15" "altMode" "1" "reloadTime" "1.4" "snd_reload" "weap_m1garand_reload" "ammoPerShot" "1" "fireRate" "0.135" "punchAngle" "-1 0 0" "model_flash" "sprites/muzzleflash1.spr" "semiAuto" "1" } entityDef projectile_m1garand { "inherit" "projectile_bullet_base" "damage" "5" "spread" "0.001 0.001" } entityDef fireInfo_m1garand { "def_onFire" "projectile_m1garand" } entityDef fireInfo_m1garandADS { "def_onFire" "projectile_m1garand" "zoomFov" "50" }