Files
wnsrc/lua/arccw/shared/attachments/ud_m16_rs_kac.lua
lifestorm 324f19217d Upload
2024-08-05 18:40:29 +03:00

41 lines
1.2 KiB
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 = "KAC Rear Sight"
att.Icon = Material("entities/att/acwatt_ud_m16_rs_kac.png", "mips smooth")
att.Description = "Aftermarket rear sight for flat top receivers. Functionally identical to other iron sights, but may look more tactical (or mall-ninja, depending on your taste)."
att.Desc_Pros = {}
att.Desc_Cons = {}
att.Desc_Neutrals = {
"uc.cosmetic"
}
att.Slot = "ud_m16_rs"
att.ActivateElements = {"ud_m16_upper_flat"}
att.GivesFlags = {"ud_m16_not_retro"}
att.ExcludeFlags = {"ud_m16_retro"}
--att.HideIfBlocked = true
att.SortOrder = 1000
att.Free = true
att.IgnorePickX = true
att.MountPositionOverride = 0.5
att.IronSight = true
att.Override_IronSightStruct = {
Pos = Vector(-2.8, 0, 0.9),
Ang = Angle(0.9, 0, 0),
Magnification = 1.1
}
att.Model = "models/weapons/arccw/atts/kac_rs.mdl"
att.ModelOffset = Vector(-1.5, -0.01, -0.09)
att.ModelScale = Vector(0.9, 0.9, 0.9)
att.HideIfBlocked = true