Files
wnsrc/lua/arccw/shared/attachments/uc_optic_eotech552.lua

46 lines
1.1 KiB
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| 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 = "EOTech 552 (HOLO)"
att.Icon = Material("entities/att/acwatt_uc_optic_eotech552.png", "mips smooth")
att.Description = "Improves target acquisition with a highly precise circle-dot holographic reticle, while adding minimal extra weight."
att.SortOrder = 1
att.Desc_Pros = {
"autostat.holosight",
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = "optic"
att.Model = "models/weapons/arccw/atts/uc_eotech552.mdl"
att.ModelOffset = Vector(-0.5, 0, 0)
att.ModelScale = Vector(0.67, 0.67, 0.67)
att.AdditionalSights = {
{
Pos = Vector(0, 9, -1.38),
Ang = Angle(0, 0, 0),
Magnification = 1.1,
ScrollFunc = ArcCW.SCROLL_NONE
}
}
att.Holosight = true
att.HolosightReticle = Material("hud/reticles/ud_holo.png", "smooth")
att.HolosightSize = 1.1
att.HolosightBone = "holosight"
att.HolosightNoFlare = true
att.Colorable = true
att.Mult_SightedSpeedMult = 0.9