Decay/lua/arccw/shared/attachments/ud_m16_stock_moe.lua

47 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2024-02-29 20:47:24 -05:00
att.PrintName = "MOE Carbine Stock"
att.AbbrevName = "MOE Stock"
if GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "MOE Carbine Stock"
end
att.Icon = Material("entities/att/acwatt_ud_m16_stock_moe.png", "smooth mips")
att.Description = "Aftermarket adjustable carbine stock with anti-slip buttpads. Reduces sway compared to a standard carbine stock, but is slightly less agile.\n\nToggling this stock modifies performance accordingly."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = {"go_stock", "ud_m16_stock"}
att.Model = "models/weapons/arccw/atts/stock_moe_b.mdl"
att.ModelOffset = Vector(-0.57, 0, 0.342)
att.ModelScale = Vector(0.74, 0.74, 0.74)
att.OffsetAng = Angle(0, 0, 0)
att.AutoStats = true
att.SortOrder = 6
att.Mult_Sway = 1.1
att.Mult_SightedSpeedMult = 1.075
att.ActivateElements = {"stock_231_tube"}
att.ToggleStats = {
{
PrintName = "Extended",
AutoStats = true,
ModelOffset = Vector(-1.5, 0, 0.342)
},
{
PrintName = "Collapsed",
ModelOffset = Vector(0, 0, 0.342),
AutoStats = true,
Mult_RecoilSide = 1.5,
Add_BarrelLength = -4,
Mult_SightTime = 0.9,
Mult_ShootSpeedMult = 1.05,
},
}