Files
wnsrc/lua/arccw/shared/attachments/ur_mp5_caliber_noburst.lua
lifestorm ba1fc01b16 Upload
2024-08-04 23:12:27 +03:00

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"}