mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
33
lua/arccw/shared/attachments/ur_mp5_optic_alt.lua
Normal file
33
lua/arccw/shared/attachments/ur_mp5_optic_alt.lua
Normal file
@@ -0,0 +1,33 @@
|
||||
--[[
|
||||
| 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,
|
||||
}
|
||||
Reference in New Issue
Block a user