mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
48 lines
1.2 KiB
Lua
48 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 = "Sightmark Sure Shot Reflex Sight (RDS)"
|
||
|
|
att.AbbrevName = "Sure Shot (RDS)"
|
||
|
|
att.Icon = Material("entities/att/acwatt_uc_optic_sureshot.png", "mips smooth")
|
||
|
|
att.Description = "Improves sighted visibility with a red-dot targeting 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_sureshot.mdl"
|
||
|
|
|
||
|
|
att.ModelOffset = Vector(0,0,.2)
|
||
|
|
att.ModelScale = Vector(1.1,1.1,1.1)
|
||
|
|
|
||
|
|
att.AdditionalSights = {
|
||
|
|
{
|
||
|
|
Pos = Vector(0, 9, -1.7),
|
||
|
|
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.HolosightPiece = "models/weapons/arccw/atts/uc_sureshot_hsp.mdl"
|
||
|
|
att.HolosightNoFlare = false
|
||
|
|
att.HolosightSize = 1.5
|
||
|
|
att.HolosightBone = "holosight"
|
||
|
|
att.Colorable = true
|
||
|
|
|
||
|
|
att.Mult_SightedSpeedMult = .9
|