26 lines
519 B
Lua
26 lines
519 B
Lua
|
att.PrintName = "MLOK Handguard"
|
||
|
att.Description = "Aftermarket hanguard designed for the HK51 Carbine. Light but unwieldy."
|
||
|
att.Desc_Cons = {
|
||
|
"uc.noubs"
|
||
|
}
|
||
|
att.AutoStats = true
|
||
|
|
||
|
att.Slot = "ur_g3_handguard"
|
||
|
|
||
|
att.SortOrder = 2
|
||
|
|
||
|
att.ModelOffset = Vector(-21, -2.2, 4.3)
|
||
|
att.Model = "models/weapons/arccw/ur_g3_lhik_slim.mdl"
|
||
|
att.LHIK = true
|
||
|
|
||
|
att.HideIfBlocked = true
|
||
|
|
||
|
att.Mult_Sway = .85
|
||
|
att.Mult_SightTime = 1.05
|
||
|
att.Mult_Recoil = .9
|
||
|
|
||
|
|
||
|
att.GivesFlags = {"g3_noub"}
|
||
|
att.RequireFlags = {"g3_hk51hg"}
|
||
|
|
||
|
att.Ignore = true
|