mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
42 lines
1.1 KiB
Lua
42 lines
1.1 KiB
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 = "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 |