This commit is contained in:
lifestorm
2024-08-04 23:54:45 +03:00
parent 8064ba84d8
commit 6a58f406b1
7522 changed files with 4011896 additions and 15 deletions

View File

@@ -0,0 +1,38 @@
--[[
| 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 = "Uzi Wooden Stock"
att.AbbrevName = "Wooden Stock"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "STAP Wooden Stock"
end
att.Icon = Material("entities/att/acwatt_ud_uzi_stock_solid.png", "smooth mips")
att.Description = "A solid, non-foldable stock made of wood. Old-fashioned and very sturdy, though less compact."
att.Desc_Pros = {}
att.Desc_Cons = {}
att.Desc_Neutrals = {}
att.Slot = "ud_uzi_stock"
att.AutoStats = true
att.SortOrder = 4
att.Mult_Recoil = 0.75
att.Mult_RecoilSide = 0.5
att.Mult_VisualRecoilMult = 0.5
att.Mult_Sway = 0.5
att.Mult_SightTime = 1.25
att.Mult_SightedSpeedMult = 0.9
att.Mult_ShootSpeedMult = 0.9
att.Mult_DrawTime = 1.25
att.Mult_HolsterTime = 1.25