19 lines
451 B
Lua
19 lines
451 B
Lua
att.PrintName = "Ergonomic Grip"
|
|
att.Icon = Material("entities/att/acwatt_ud_m16_grip_ergo.png", "smooth mips")
|
|
att.Description = "Polymer grip with a comfortable shape, enabling faster handling."
|
|
att.Desc_Pros = {
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "ud_m16_grip"
|
|
|
|
att.AutoStats = true
|
|
|
|
att.Mult_SightTime = 0.9
|
|
att.Mult_SightedSpeedMult = 0.95
|
|
--att.Mult_Recoil = 1
|
|
--att.Mult_SpeedMult = 1
|
|
|
|
att.ActivateElements = {"grip_ergo"} |