mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
29 lines
660 B
Lua
29 lines
660 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 = "Wooden Grip"
|
|
att.Icon = Material("entities/att/acwatt_ud_m16_grip_default.png", "smooth mips")
|
|
att.Description = "For a classy look."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_m16_grip"
|
|
|
|
att.AutoStats = true
|
|
|
|
att.Mult_RecoilSide = 0.85
|
|
att.Mult_SightedSpeedMult = 0.95
|
|
--att.Mult_Recoil = 1
|
|
--att.Mult_SpeedMult = 1
|
|
|
|
att.ActivateElements = {"grip_wood"} |