mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
46
lua/arccw/shared/attachments/uc_optic_leupold_dppro.lua
Normal file
46
lua/arccw/shared/attachments/uc_optic_leupold_dppro.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 = "Leupold DeltaPoint Pro Reflex Sight (LP)"
|
||||
att.AbbrevName = "DP-Pro (LP)"
|
||||
att.Icon = Material("entities/att/acwatt_uc_optic_leupold_dppro.png", "mips smooth")
|
||||
att.Description = "Low-profile reflex sight. While its lens isn't as wide as other reflex sights, it's significantly lighter and small enough to use on pistols."
|
||||
|
||||
att.SortOrder = 0.5
|
||||
|
||||
att.Desc_Pros = {
|
||||
"autostat.holosight",
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.AutoStats = true
|
||||
att.Slot = {"optic", "optic_lp"}
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/uc_leupold_dppro.mdl"
|
||||
att.ModelScale = Vector(1.32, 1.56, 1.2)
|
||||
att.ModelOffset = Vector(0, -0.05, 0.15)
|
||||
att.AdditionalSights = {
|
||||
{
|
||||
Pos = Vector(0, 9, -0.85),
|
||||
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_leupold_dppro_hsp.mdl"
|
||||
att.HolosightNoFlare = false
|
||||
att.HolosightSize = 2
|
||||
att.HolosightBone = "holosight"
|
||||
att.Colorable = true
|
||||
|
||||
att.Mult_SightedSpeedMult = .95
|
||||
Reference in New Issue
Block a user