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

46 lines
1.2 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 = "Holosun HS510C (Riser) (RDS)"
att.AbbrevName = "Holosun (R) (RDS)"
att.Icon = Material("entities/att/acwatt_uc_optic_holosun1.png", "mips smooth")
att.Description = "Improves sighted visibility with a red-dot targeting reticle, while adding minimal extra weight.\nIncludes a riser."
att.SortOrder = 1
att.Desc_Pros = {
"autostat.holosight",
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = {"optic"}
att.Model = "models/weapons/arccw/atts/uc_holosun1.mdl"
att.ModelScale = Vector( 1.5, 1.5, 1.5 )
att.ModelOffset = Vector( -0.5, 0, 0 )
att.AdditionalSights = {
{
Pos = Vector(0, 9.5, -1.5),
Ang = Angle(0, 0, 0),
Magnification = 1.1,
ScrollFunc = ArcCW.SCROLL_NONE
}
}
att.Holosight = true
att.HolosightReticle = Material("hud/reticles/uc_reddot.png", "mips smooth")
att.HolosightNoFlare = false
att.HolosightSize = 1.5
att.HolosightBone = "holosight"
att.Colorable = true
att.Mult_SightedSpeedMult = .9