mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
28
lua/arccw/shared/attachments/ur_ak_stock_rpk.lua
Normal file
28
lua/arccw/shared/attachments/ur_ak_stock_rpk.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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 Clubfoot Stock"
|
||||
att.AbbrevName = "Clubfoot Stock"
|
||||
if !GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "KF Clubfoot Stock"
|
||||
end
|
||||
att.Icon = Material("entities/att/ur_ak/stock/rpk.png", "mips smooth")
|
||||
att.Description = "Heavy-duty machine gun stock, designed with prone shooting in mind. It has more mass than the factory stock, but is generally more comfortable to aim and shoot with."
|
||||
att.Slot = {"ur_ak_stock"}
|
||||
att.AutoStats = true
|
||||
|
||||
att.SortOrder = 3
|
||||
|
||||
att.Mult_Recoil = .85
|
||||
att.Mult_Sway = .75
|
||||
att.Mult_SightTime = 1.1
|
||||
att.Mult_SpeedMult = .9
|
||||
|
||||
att.ActivateElements = {"stock_rpk"}
|
||||
Reference in New Issue
Block a user