mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
29 lines
727 B
Lua
29 lines
727 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 = "Sporting Handguard"
|
|
att.Icon = Material("", "smooth mips")
|
|
att.Description = "Aftermarket handguard with a rough grip surface. It's much lighter, but not as comfortable to grip."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_1014_handguard"
|
|
|
|
att.AutoStats = true
|
|
att.SortOrder = 999
|
|
|
|
att.Mult_SightTime = 0.85
|
|
att.Mult_ShootSpeedMult = 0.9
|
|
att.Mult_SightedSpeedMult = 0.9
|
|
|
|
att.ActivateElements = {"ud_m1014_handguard_sport"} |