mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
40 lines
917 B
Lua
40 lines
917 B
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 = "Tactical Laser Position"
|
|
att.Icon = Material("entities/att/arccw_ud_pointshoot.png", "smooth mips")
|
|
att.Description = "Give your AN/PEQ a reason to be thin."
|
|
att.Desc_Pros = {}
|
|
att.Desc_Cons = {}
|
|
att.Desc_Neutrals = {
|
|
"ud.m16_tl.1",
|
|
"ud.m16_tl.2",
|
|
"ud.m16_nors"
|
|
}
|
|
att.Slot = "ud_m16_charm"
|
|
|
|
att.ActivateElements = {"bravo_dicks_going_fart"}
|
|
att.AdditionalSights = {
|
|
{
|
|
Pos = Vector(0, 20, -3),
|
|
Ang = Angle(0, 0, -25),
|
|
GlobalPos = false,
|
|
GlobalAng = true,
|
|
Magnification = 1
|
|
}
|
|
}
|
|
|
|
att.SortOrder = 998
|
|
att.TacLaserPos = true
|
|
att.RequireFlags = {"tac"}
|
|
|
|
att.FrontSight = 1
|
|
|
|
--att.Ignore = true |