mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
36
lua/arccw/shared/attachments/ud_m16_stock_wood.lua
Normal file
36
lua/arccw/shared/attachments/ud_m16_stock_wood.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
--[[
|
||||
| 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 = "AMCAR Wooden Stock"
|
||||
att.AbbrevName = "Wooden Stock"
|
||||
|
||||
if GetConVar("arccw_truenames"):GetBool() then
|
||||
att.PrintName = "M16 Wooden Stock"
|
||||
end
|
||||
|
||||
att.Icon = Material("entities/att/acwatt_ud_m16_stock_default.png", "smooth mips")
|
||||
att.Description = "A sturdy stock made from wood. Heavier than polymer, and almost makes you wish for a nuclear winter."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "ud_m16_stock"
|
||||
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 9
|
||||
|
||||
att.Mult_Recoil = 0.85
|
||||
att.Mult_SightedSpeedMult = 0.9
|
||||
att.Mult_SpeedMult = 0.975
|
||||
att.Mult_Sway = 0.75
|
||||
|
||||
att.ActivateElements = {"stock_wood"}
|
||||
Reference in New Issue
Block a user