Files
wnsrc/lua/arccw/shared/attachments/ud_m16_hg_heat.lua
lifestorm c6d9b6f580 Upload
2024-08-05 18:40:29 +03:00

35 lines
1.1 KiB
Lua

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
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"}