35 lines
769 B
Lua
35 lines
769 B
Lua
att.PrintName = "MP5A1 Buttcap"
|
|
att.AbbrevName = "Buttcap"
|
|
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "PK5-1 Buttcap"
|
|
end
|
|
|
|
att.Icon = Material("entities/att/ur_mp5/stock_cap.png", "smooth mips")
|
|
att.Description = "Remove your stock. Who needs it, anyway? Not the Germans, that's for sure."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ur_mp5_stock"
|
|
|
|
att.AutoStats = true
|
|
att.Free = true
|
|
att.SortOrder = -1
|
|
|
|
att.Mult_Recoil = 2
|
|
att.Mult_RecoilSide = 1.25
|
|
att.Mult_Sway = 3
|
|
|
|
att.Mult_SightTime = 0.8
|
|
att.Mult_SpeedMult = 1.1
|
|
att.Mult_SightedSpeedMult = 1.25
|
|
att.Mult_ShootSpeedMult = 1.2
|
|
|
|
att.Mult_DrawTime = 0.6
|
|
att.Mult_HolsterTime = 0.6
|
|
att.Add_BarrelLength = -12
|
|
|
|
att.ActivateElements = {"ur_mp5_stock_remove"} |