mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
44 lines
1.0 KiB
Lua
44 lines
1.0 KiB
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.Ignore = true
|
|
|
|
|
|
|
|
att.PrintName = "MP5A2 Wooden Stock"
|
|
att.AbbrevName = "Wooden Stock"
|
|
|
|
if !GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "K7 Wooden Stock"
|
|
end
|
|
|
|
att.Icon = Material("entities/att/acwatt_ur_mp5_stock_solid.png", "smooth mips")
|
|
att.Description = "A solid, non-foldable stock made of wood. Its weight improves recoil control but harms handling."
|
|
att.Desc_Pros = {}
|
|
att.Desc_Cons = {}
|
|
att.Desc_Neutrals = {}
|
|
att.Slot = "ur_mp5_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
|
|
|
|
att.ActivateElements = {"ur_mp5_stock_wood"} |