27 lines
744 B
Lua
27 lines
744 B
Lua
att.PrintName = "Collapsed Stock"
|
|
att.Icon = Material("entities/att/acwatt_ud_m1014_stock_in.png", "smooth mips")
|
|
att.Description = "Pushing in the collapsable stock makes the weapon significantly shorter, allowing for easier use around corners and making it easier on the move at the cost of less stability."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_1014_stock"
|
|
att.AttachSound = "arccw_uc/common/stockslide.ogg"
|
|
|
|
att.AutoStats = true
|
|
att.Free = true
|
|
att.IgnorePickX = true
|
|
att.SortOrder = 999
|
|
|
|
att.Mult_Recoil = 1.1
|
|
att.Mult_RecoilSide = 1.25
|
|
|
|
att.Mult_SightedSpeedMult = 1.1
|
|
att.Mult_ShootSpeedMult = 1.1
|
|
|
|
att.Mult_Sway = 1.5
|
|
att.Add_BarrelLength = -8
|
|
|
|
att.ActivateElements = {"ud_autoshotgun_stock_in"} |