31 lines
767 B
Lua
31 lines
767 B
Lua
|
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
|