Files
wnsrc/lua/arccw/shared/attachments/ud_uzi_stock_folded.lua
lifestorm df294d03aa Upload
2024-08-04 23:54:45 +03:00

41 lines
1011 B
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 = "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"}