37 lines
755 B
Lua
37 lines
755 B
Lua
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"} |