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

37 lines
997 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 = "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"}