mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
65
lua/arccw/shared/attachments/uc_optic_elcan.lua
Normal file
65
lua/arccw/shared/attachments/uc_optic_elcan.lua
Normal file
@@ -0,0 +1,65 @@
|
||||
--[[
|
||||
| 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 = "ELCAN C79 (2.5x)"
|
||||
att.Icon = Material("entities/att/acwatt_uc_optic_elcan.png", "mips smooth")
|
||||
att.Description = "Durable, dependable, and venerable medium-range combat scope built to stand up to constant heavy fire.\nEquipped with backup iron sights for use in emergencies."
|
||||
|
||||
att.SortOrder = 2.5
|
||||
|
||||
att.Desc_Pros = {
|
||||
"autostat.holosight",
|
||||
"autostat.zoom",
|
||||
}
|
||||
att.Desc_Neutrals = {"uc.bus"}
|
||||
|
||||
att.AutoStats = true
|
||||
att.Slot = {"optic", "ud_optic", "ud_acog"}
|
||||
|
||||
att.Model = "models/weapons/arccw/atts/uc_gso_elcan.mdl"
|
||||
att.ModelOffset = Vector(0, 0, 0)
|
||||
att.ModelScale = Vector(1, 1, 1)
|
||||
att.OffsetAng = Angle(0, 0, 0)
|
||||
|
||||
att.AdditionalSights = {
|
||||
{
|
||||
Pos = Vector(0, 8, -1.51577),
|
||||
Ang = Angle(0, 0, 0),
|
||||
Magnification = 1.1,
|
||||
ViewModelFOV = 38,
|
||||
IgnoreExtra = true,
|
||||
CrosshairInSights = false,
|
||||
HolosightBone = "holosight",
|
||||
HolosightData = {
|
||||
Holosight = true,
|
||||
HolosightReticle = Material("hud/scopes/uc_elcan.png", "smooth"),
|
||||
HolosightNoFlare = true,
|
||||
HolosightSize = 11.5,
|
||||
HolosightPiece = "models/weapons/arccw/atts/uc_gso_elcan_hsp.mdl",
|
||||
HolosightBlackbox = true,
|
||||
HolosightMagnification = UC_HalfScope( 2.5 ),
|
||||
Colorable = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
Pos = Vector(0, 11, -2.62),
|
||||
Ang = Angle(-0.25, 0, 0),
|
||||
Magnification = 1.1,
|
||||
IgnoreExtra = true,
|
||||
HolosightData = {
|
||||
Holosight = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
att.Colorable = true
|
||||
att.HolosightPiece = "models/weapons/arccw/atts/uc_gso_elcan_hsp.mdl"
|
||||
|
||||
att.Mult_SightedSpeedMult = 0.75
|
||||
Reference in New Issue
Block a user