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