mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
33 lines
895 B
Lua
33 lines
895 B
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 = "Closed Irons"
|
|
|
|
att.Icon = Material("entities/att/ur_mp5/altirons.png", "smooth mips")
|
|
att.Description = "Closed iron sights with a smaller field of view, potentially increasing user precision.\nIn reality, it's all preference."
|
|
att.Desc_Neutrals = {
|
|
"uc.cosmetic"
|
|
}
|
|
att.AutoStats = true
|
|
|
|
att.Slot = "ur_mp5_optic"
|
|
att.SortOrder = 9999
|
|
|
|
att.ActivateElements = {"ur_mp5_precision_irons"}
|
|
att.ExcludeFlags = {"barrel_sword"}
|
|
att.IgnorePickX = true
|
|
|
|
att.Override_IronSightStruct = {
|
|
Pos = Vector(-3.17, -4.85, 0.74),
|
|
Ang = Angle(0.1, 0, 0),
|
|
Magnification = 1,
|
|
SwitchToSound = "",
|
|
ViewModelFOV = 80,
|
|
} |