16 lines
554 B
Lua
16 lines
554 B
Lua
|
att.PrintName = "Slim Handguard"
|
||
|
att.Icon = Material("entities/att/ur_g3/hg_slim.png","smooth mips")
|
||
|
att.Description = "Alternative factory handguard influenced by older models. Lighter than the bulkier standard, but more difficult to brace." -- use mp5 slim hg stats --why didn't you copy them yourself
|
||
|
att.AutoStats = true
|
||
|
|
||
|
att.Slot = "ur_g3_handguard"
|
||
|
|
||
|
att.SortOrder = 5
|
||
|
|
||
|
att.ModelOffset = Vector(-21, -2.2, 4.3)
|
||
|
att.Model = "models/weapons/arccw/ur_g3_lhik_slim.mdl"
|
||
|
att.LHIK = true
|
||
|
|
||
|
att.Mult_Sway = .85
|
||
|
att.Mult_SightTime = .85
|
||
|
att.Mult_Recoil = 1.1
|