mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
31 lines
841 B
Lua
31 lines
841 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 = "Technician"
|
|
|
|
att.Icon = Material("entities/att/arccw_uc_tp_technician.png", "smooth mips")
|
|
att.Description = "Life around this particular firearm has given you a solid understanding of its mechanism. When it malfunctions, you can clear the jam with enough speed to stay in the fight."
|
|
att.Desc_Pros = {
|
|
"uc.technician"
|
|
}
|
|
att.Desc_Cons = {
|
|
}
|
|
att.Desc_Neutrals = {
|
|
}
|
|
att.Slot = "uc_tp"
|
|
|
|
att.AutoStats = true
|
|
att.SortOrder = 1.5
|
|
|
|
att.Mult_MalfunctionFixTime = .65
|
|
|
|
att.Ignore = true -- MalfunctionFixTime currently only works visually (8z fix pls)
|
|
|
|
att.NotForNPCs = true |