Anarchy/lua/arccw/shared/attachments/ua_m82_charm_tlp.lua

26 lines
653 B
Lua
Raw Permalink Normal View History

2024-02-29 22:26:31 -05:00
att.PrintName = "Tactical Laser Position"
-- att.Icon = Material("entities/att/aksidemount.png", "smooth mips")
att.Description = "Give your AN/PEQ a reason to be thin."
att.Desc_Pros = {}
att.Desc_Cons = {}
att.Desc_Neutrals = {
"ua.m82.tl.1",
"ua.m82.tl.2"
}
att.Slot = "ua_m82_charm"
-- att.AdditionalSights = {
-- {
-- Pos = Vector(0, 20, -6),
-- Ang = Angle(0, 0, -25),
-- GlobalPos = false,
-- GlobalAng = true,
-- Magnification = 1,
-- ScrollFunc = ArcCW.SCROLL_NONE
-- }
-- }
att.SortOrder = 998
-- att.TacLaserPos = true
att.RequireFlags = {"tac"}
att.GivesFlags = {"ak_norail"}