Files
wnsrc/lua/arccw/shared/attachments/ud_m1014_stock_buffer.lua

44 lines
953 B
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| 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 = "Buffer Tube"
att.Icon = Material("entities/att/acwatt_ud_m1014_stock_buffer.png", "smooth mips")
att.Description = "Stocks are overrated."
att.Desc_Pros = {
}
att.Desc_Cons = {
}
att.Desc_Neutrals = {
}
att.Slot = "ud_1014_stock"
att.AutoStats = true
att.Free = true
att.SortOrder = -1
att.Mult_SpeedMult = 1.05
att.Mult_SightTime = 0.5
att.Mult_DrawTime = 0.75
att.Mult_HolsterTime = 0.75
att.Mult_Recoil = 1.35
att.Mult_RecoilSide = 2
att.Mult_SightedSpeedMult = 1.2
att.Mult_ShootSpeedMult = 1.15
att.Add_BarrelLength = -12
att.Mult_Sway = 3
att.ActivateElements = {"ud_autoshotgun_stock_buffer"}
att.Override_HoldtypeActive = "shotgun"
att.Override_HoldtypeSights = "ar2"