32 lines
864 B
Lua
32 lines
864 B
Lua
att.PrintName = "Mini-14 GB Tactical Stock"
|
|
att.AbbrevName = "Tactical Stock"
|
|
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "Patriot 812 Tactical Stock"
|
|
end
|
|
|
|
att.Icon = Material("entities/att/acwatt_ud_mini14_stock_tactical.png", "smooth mips")
|
|
att.Description = "A lightweight body replacement that improves weapon handling by combining a polymer chassis and a side-folding stock. Prioritizes speed when aiming the sights at the cost of increased recoil."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_mini14_stock"
|
|
|
|
att.AutoStats = true
|
|
|
|
att.Mult_SightTime = 0.75
|
|
att.Mult_SpeedMult = 1.05
|
|
att.Mult_SightedSpeedMult = 1.2
|
|
att.Mult_ShootSpeedMult = 1.1
|
|
|
|
att.Mult_Recoil = 1.33
|
|
att.Mult_Sway = 1.2
|
|
|
|
-- att.Add_BarrelLength = 32
|
|
|
|
att.ActivateElements = {"ud_mini14_stock_tactical_polymer"}
|
|
|
|
att.Ignore = false |