31 lines
758 B
Lua
31 lines
758 B
Lua
|
att.PrintName = "Folded Stock"
|
||
|
att.Icon = Material("entities/att/acwatt_ud_uzi_stock_folded.png", "smooth mips")
|
||
|
att.Description = "Tuck in the folding stock, making the weapon easier to manuver but less controllable."
|
||
|
att.Desc_Pros = {
|
||
|
}
|
||
|
att.Desc_Cons = {
|
||
|
}
|
||
|
att.Desc_Neutrals = {
|
||
|
}
|
||
|
att.Slot = "ud_uzi_stock"
|
||
|
att.AttachSound = "arccw_uc/common/stockslide.ogg"
|
||
|
|
||
|
att.AutoStats = true
|
||
|
att.Free = true
|
||
|
att.IgnorePickX = true
|
||
|
att.SortOrder = 2
|
||
|
|
||
|
att.Mult_Recoil = 1.15
|
||
|
att.Mult_RecoilSide = 1.25
|
||
|
att.Mult_VisualRecoilMult = 2
|
||
|
att.Mult_Sway = 1.5
|
||
|
|
||
|
att.Mult_SightTime = 0.85
|
||
|
att.Mult_SightedSpeedMult = 1.05
|
||
|
att.Mult_ShootSpeedMult = 1.05
|
||
|
|
||
|
att.Mult_DrawTime = 0.75
|
||
|
att.Mult_HolsterTime = 0.75
|
||
|
att.Add_BarrelLength = -2
|
||
|
|
||
|
att.ActivateElements = {"ud_uzi_folded_stock"}
|