mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
29
lua/arccw/shared/attachments/ur_ak_stock_alpha.lua
Normal file
29
lua/arccw/shared/attachments/ur_ak_stock_alpha.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| 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"}
|
||||
Reference in New Issue
Block a user