Decay/lua/arccw/shared/attachments/ud_m1014_handguard_sport.lua

19 lines
474 B
Lua
Raw Normal View History

2024-02-29 20:47:24 -05:00
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"}