mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
47 lines
1008 B
Lua
47 lines
1008 B
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 = "MP5A3 SEF Receiver"
|
||
|
|
att.AbbrevName = "SEF Receiver"
|
||
|
|
|
||
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
|
att.PrintName = "PK5-3 SEF Receiver"
|
||
|
|
end
|
||
|
|
|
||
|
|
att.SortOrder = 201
|
||
|
|
att.Icon = Material("entities/att/ur_mp5/sef.png", "smooth mips")
|
||
|
|
att.Description = "Vintage receiver that lacks the Navy receiver's three-round burst fire mode. Its grooved grip is more comfortable to hold."
|
||
|
|
att.Desc_Pros = {
|
||
|
|
}
|
||
|
|
att.Desc_Cons = {
|
||
|
|
"ur.mp5.noburst"
|
||
|
|
}
|
||
|
|
att.Desc_Neutrals = {
|
||
|
|
}
|
||
|
|
att.Slot = "ur_mp5_caliber"
|
||
|
|
|
||
|
|
att.AutoStats = true
|
||
|
|
|
||
|
|
att.Mult_SightTime = .95
|
||
|
|
|
||
|
|
att.Override_Firemodes_Priority = 0.5
|
||
|
|
att.Override_Firemodes = {
|
||
|
|
{
|
||
|
|
Mode = 2,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
Mode = 1,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
Mode = 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
att.ActivateElements = {"receiver_lower"}
|