Files
wnsrc/lua/arccw/shared/attachments/ur_mp5_mag_40.lua
lifestorm 324f19217d Upload
2024-08-05 18:40:29 +03:00

41 lines
1020 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 = "MP5 40-Round Extended Mag"
att.AbbrevName = "40-Round Ext Mag"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "PK5 40-Round Extended Mag"
end
att.SortOrder = 20
att.Icon = Material("entities/att/acwatt_ur_mp5_mag_40.png", "smooth mips")
att.Description = "40-round extended magazine. The extra protruding length is cumbersome, but the magazine maintains high reliability."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "ur_mp5_mag"
att.AutoStats = true
att.Mult_SightTime = 1.08
--att.Mult_Recoil = 0.9
--att.Mult_SpeedMult = 0.9
att.Override_ClipSize = 50
att.Mult_Sway = 1.15
att.ActivateElements = {"ur_mp5_mag_40"}
att.ExcludeFlags = {"ur_mp5_cal_10mm","ur_mp5_cal_40sw"}
att.Ignore = true