mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
46 lines
1.2 KiB
Lua
46 lines
1.2 KiB
Lua
--[[
|
|
| 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 |