This commit is contained in:
lifestorm
2024-08-04 23:54:45 +03:00
parent 8064ba84d8
commit 6a58f406b1
7522 changed files with 4011896 additions and 15 deletions

View File

@@ -0,0 +1,39 @@
--[[
| 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 = "USP Match Iron Sights"
att.Icon = Material("vgui/entities/eft_attachments/usp_sights_tactical.png", "mips smooth")
att.Description = "Sights for the special version of the USP pistol - USP Tactical. Manufactured by Heckler & Koch."
att.SortOrder = 1
att.Desc_Pros = {
"Slightly better sight picture."
}
att.Desc_Cons = {
}
att.AutoStats = true
att.Slot = "eft_usp_sights"
att.AdditionalSights = {
{
Pos = Vector(0.0, 15, -0.24) * 1.25,
Ang = Angle(0.15, 0, 0),
Magnification = 1.1,
ScrollFunc = ArcCW.SCROLL_NONE,
IgnoreExtra = false
}
}
att.SortOrder = 15
att.Model = "models/weapons/arc_eft_usp/atts/eft_usp_sights_tactical.mdl"
att.ModelScale = Vector(1, 1, 1)