13 lines
410 B
Lua
13 lines
410 B
Lua
|
att.PrintName = "Polymer SAW Handguard"
|
||
|
att.Icon = Material("entities/att/ur_ak/handguards/rpk.png", "mips smooth")
|
||
|
att.Description = "Light polymer handguard used on the RPK-74M. Its additional grooves makes it a bit steadier to hold."
|
||
|
att.Slot = {"ur_ak_hg"}
|
||
|
att.AutoStats = true
|
||
|
|
||
|
att.SortOrder = 16
|
||
|
|
||
|
att.Mult_Sway = .8
|
||
|
att.Mult_SightTime = 1.1
|
||
|
att.Mult_Recoil = 0.9
|
||
|
|
||
|
att.ActivateElements = {"barrel_rpk74m"}
|