mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
38
lua/arccw/shared/attachments/ud_m16_stock_ru556.lua
Normal file
38
lua/arccw/shared/attachments/ud_m16_stock_ru556.lua
Normal 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 = "RU556 Fixed-Adjustable Stock"
|
||||
att.AbbrevName = "Fixed-Adjustable Stock"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "Magpul UBR GEN2 Stock"
|
||||
end
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_stock_ru556.png", "smooth mips")
|
||||
att.Description = "Polymer sliding stock attached from underneath the buffer tube. Allows for better weapon control when moving."
|
||||
att.Desc_Pros = {
|
||||
--"uc.auto"
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_m16_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 5
|
||||
|
||||
att.Mult_MoveDispersion = 0.6
|
||||
att.Mult_SightedSpeedMult = 1.15
|
||||
|
||||
att.Mult_RecoilSide = 1.1
|
||||
att.Mult_Recoil = 1.15
|
||||
att.Mult_Sway = 1.25
|
||||
|
||||
att.ActivateElements = {"stock_ru556"}
|
||||
Reference in New Issue
Block a user