mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
35
lua/arccw/shared/attachments/ud_m16_hg_heat.lua
Normal file
35
lua/arccw/shared/attachments/ud_m16_hg_heat.lua
Normal file
@@ -0,0 +1,35 @@
|
||||
--[[
|
||||
| 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"}
|
||||
Reference in New Issue
Block a user