25 lines
923 B
Lua
25 lines
923 B
Lua
|
att.AbbrevName = "Heatshield Handguard"
|
||
|
|
||
|
att.PrintName = "Heatshield Handguard"
|
||
|
att.Description = "Heatshield handguard used on grenadier variants of the M16.\nIts light weight offsets the downsides of an attached grenade launcher somewhat."
|
||
|
if !GetConVar("arccw_truenames"):GetBool() then
|
||
|
att.PrintName = "M16A1 Heatshield Handguard"
|
||
|
att.Description = "Heatshield handguard used on grenadier variants of the RAYCAR.\nIts light weight offsets the downsides of an attached grenade launcher somewhat."
|
||
|
end
|
||
|
att.Slot = "ud_m16_hg"
|
||
|
att.AutoStats = true
|
||
|
|
||
|
att.Mult_RecoilSide = 1.35
|
||
|
|
||
|
att.Mult_SightTime = 0.9
|
||
|
att.Mult_HeatDissipation = 2
|
||
|
att.Mult_SightedSpeedMult = 1.1
|
||
|
-- att.Mult_HipDispersion = 0.9
|
||
|
|
||
|
att.LHIK = false
|
||
|
att.Model = "models/weapons/arccw/atts/classic_lhik.mdl"
|
||
|
att.DroppedModel = "models/items/boxsrounds.mdl"
|
||
|
|
||
|
att.ActivateElements = {"hg_m16a1"}
|
||
|
att.GivesFlags = {"hg_no11"}
|
||
|
att.ExcludeFlags = {"blen_11"}
|