mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
46
lua/arccw/shared/attachments/uc_optic_holosun2.lua
Normal file
46
lua/arccw/shared/attachments/uc_optic_holosun2.lua
Normal file
@@ -0,0 +1,46 @@
|
||||
--[[
|
||||
| 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 (RDS)"
|
||||
att.AbbrevName = "Holosun (RDS)"
|
||||
att.Icon = Material("entities/att/acwatt_uc_optic_holosun2.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","optic_lp"}
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/uc_holosun2.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 + (0.3285 * 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
|
||||
Reference in New Issue
Block a user