Renewal/lua/arccw/shared/attachments/ur_mp5_optic_alt.lua

23 lines
642 B
Lua

att.PrintName = "Closed Irons"
att.Icon = Material("entities/att/ur_mp5/altirons.png", "smooth mips")
att.Description = "Closed iron sights with a smaller field of view, potentially increasing user precision.\nIn reality, it's all preference."
att.Desc_Neutrals = {
"uc.cosmetic"
}
att.AutoStats = true
att.Slot = "ur_mp5_optic"
att.SortOrder = 9999
att.ActivateElements = {"ur_mp5_precision_irons"}
att.ExcludeFlags = {"barrel_sword"}
att.IgnorePickX = true
att.Override_IronSightStruct = {
Pos = Vector(-3.17, -4.85, 0.74),
Ang = Angle(0.1, 0, 0),
Magnification = 1,
SwitchToSound = "",
ViewModelFOV = 80,
}