mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
40
lua/arccw/shared/attachments/uc_fg_lubedparts.lua
Normal file
40
lua/arccw/shared/attachments/uc_fg_lubedparts.lua
Normal file
@@ -0,0 +1,40 @@
|
||||
--[[
|
||||
| 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 = "UD-40 Coating"
|
||||
|
||||
att.Icon = Material("entities/att/arccw_uc_lubedparts.png", "mips smooth")
|
||||
att.Description = "Liberal use of a special lubricant greatly reduces the likelihood of jams and other malfuntions."
|
||||
att.Desc_Pros = {
|
||||
}
|
||||
att.Desc_Cons = {
|
||||
}
|
||||
att.Desc_Neutrals = {
|
||||
}
|
||||
att.Slot = "uc_fg"
|
||||
att.AutoStats = true
|
||||
att.SortOrder = 3
|
||||
|
||||
att.HideIfBlocked = true
|
||||
|
||||
att.Mult_MalfunctionMean = 2
|
||||
|
||||
--[[]
|
||||
att.Hook_Compatible = function(wep)
|
||||
if wep:GetIsManualAction() then
|
||||
return false
|
||||
end
|
||||
end
|
||||
]]
|
||||
|
||||
att.AttachSound = "arccw_uc/common/gunsmith/internal_modification.ogg"
|
||||
|
||||
att.GivesFlags = {"technician"}
|
||||
att.ExcludeFlags = {"lubedparts"}
|
||||
Reference in New Issue
Block a user