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