mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
33 lines
1.1 KiB
Lua
33 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.PrintName = "Prototype Triangular Handguard"
|
|
if GetConVar("arccw_truenames"):GetBool() then
|
|
att.PrintName = "M16A1 Triangular Handguard"
|
|
end
|
|
att.AbbrevName = "Triangular Handguard"
|
|
att.Icon = Material("entities/att/acwatt_ud_m16_hg_triangle.png", "smooth mips")
|
|
att.Description = "Classic handguard issued with the rifle's original models.\nIn comparison to the modern \"ribbed\" handguard, it is more comfortable to hold but prone to slipping."
|
|
att.Slot = "ud_m16_hg"
|
|
att.AutoStats = true
|
|
|
|
att.Mult_RecoilSide = 1.35
|
|
|
|
att.Mult_SightTime = 0.9
|
|
att.Mult_HipDispersion = 0.9
|
|
|
|
att.LHIK = true
|
|
att.Model = "models/weapons/arccw/atts/classic_lhik.mdl"
|
|
att.DroppedModel = "models/items/boxsrounds.mdl"
|
|
att.ModelOffset = (Vector(0.41, 0, -1.63) - Vector(11.5, 2.8, -4.2))
|
|
|
|
att.ActivateElements = {"hg_m16a1"}
|
|
att.GivesFlags = {"hg_no11"}
|
|
att.ExcludeFlags = {"blen_11"} |