19 lines
474 B
Lua
19 lines
474 B
Lua
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"} |