Files
wnsrc/lua/arccw/shared/attachments/ur_ak_stock_alpha.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

29 lines
851 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 = "AK SOPMOD Stock"
att.AbbrevName = "Carbine Stock"
if !GetConVar("arccw_truenames"):GetBool() then
att.PrintName = "KF SOPMOD Stock"
end
att.Icon = Material("entities/att/ur_ak/stock/helix.png", "mips smooth")
att.Description = "US-made lightweight stock that mounts on an AR buffer tube. More maneuverable than the solid wood stock."
att.Slot = {"ur_ak_stock"}
att.AutoStats = true
att.SortOrder = 2
att.Mult_ShootSpeedMult = 1.1
att.Mult_SightedSpeedMult = 1.15
att.Mult_RecoilSide = 1.5
att.Mult_Sway = 1.25
att.Add_BarrelLength = -2
att.ActivateElements = {"stock_alpha"}