mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
51 lines
1.1 KiB
Lua
51 lines
1.1 KiB
Lua
|
|
--[[
|
||
|
|
| This file was obtained through the combined efforts
|
||
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
||
|
|
|
|
||
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
||
|
|
|
|
||
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||
|
|
--]]
|
||
|
|
|
||
|
|
att.PrintName = "AMCAR-NG Sporter Receiver"
|
||
|
|
att.AbbrevName = "Sporter Lower"
|
||
|
|
|
||
|
|
if GetConVar("arccw_truenames"):GetBool() then
|
||
|
|
att.PrintName = "AR-15 Sporter Receiver"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.Description = "A semi-automatic receiver sold in civilian markets. Designed for sport shooting, this receiver is more accurate and lightweight."
|
||
|
|
|
||
|
|
att.Icon = Material("entities/att/acwatt_ud_m16_receiver_semi.png", "smooth mips")
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
"uc.semionly"
|
||
|
|
}
|
||
|
|
att.Desc_Neutrals = {
|
||
|
|
}
|
||
|
|
att.Slot = "ud_m16_fcg"
|
||
|
|
|
||
|
|
att.AutoStats = true
|
||
|
|
att.SortOrder = -1
|
||
|
|
|
||
|
|
att.Mult_RPM = 600 / 900
|
||
|
|
att.Mult_Recoil = 0.8
|
||
|
|
att.Mult_AccuracyMOA = 0.75
|
||
|
|
att.Mult_Range = 1.15
|
||
|
|
att.Mult_MoveDispersion = 0.5
|
||
|
|
|
||
|
|
att.Mult_PhysBulletMuzzleVelocity = 1.15
|
||
|
|
|
||
|
|
att.Override_Firemodes_Priority = 0.5
|
||
|
|
att.Override_Firemodes = {
|
||
|
|
{
|
||
|
|
Mode = 1,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
Mode = 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
att.Override_Trivia_Class = "Semi-Automatic Rifle"
|