This commit is contained in:
lifestorm
2024-08-04 23:12:27 +03:00
parent 0e770b2b49
commit ba1fc01b16
7084 changed files with 2173495 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
--[[
| 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/
--]]
ITEM.name = "Industrialny Uniform MI"
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
ITEM.description = "Industrialny Uniform Mark I pierwotnie stworzony przez Sowietów do pracy w fabrykach. Powinien chronić przed szkodliwymi gazami i oparami."
ITEM.category = "Clothing - Worker"
ITEM.replacement = "models/industrial_uniforms/industrial_uniform.mdl"
ITEM.isGasmask = true
ITEM.isPPE = true
ITEM.isMask = true

View File

@@ -0,0 +1,19 @@
--[[
| 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/
--]]
ITEM.name = "Industrialny Uniform MII"
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
ITEM.description = "Mark II to ulepszona industrialnego uniformu Mark I. Ta wersja zaopatrzona jest w więcej warstw i mniej klaustrofobiczną maskę gazową. Zapewnia większa ochronę przed zarodnikami i trującymi gazami."
ITEM.category = "Clothing - Worker"
ITEM.replacement = "models/industrial_uniforms/industrial_uniform2.mdl"
ITEM.isGasmask = true
ITEM.isPPE = true
ITEM.isMask = true

View File

@@ -0,0 +1,18 @@
--[[
| 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/
--]]
ITEM.name = "Uniform roboczy"
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
ITEM.description = "Uniform roboczy wydany przez Kombinat."
ITEM.category = "Clothing - Worker"
ITEM.replacement = "models/hlvr/characters/worker/npc/worker_citizen.mdl"
ITEM.isGasmask = true
ITEM.isPPE = true

View File

@@ -0,0 +1,21 @@
--[[
| 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/
--]]
ITEM.name = "Pomarańczowy uniform roboczy"
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
ITEM.description = "Pomarańczowy uniform roboczy wydany przez Kombinat."
ITEM.category = "Clothing - Worker"
ITEM.replacement = "models/hlvr/characters/worker/npc/worker_citizen.mdl"
ITEM.bodyGroups = {
["Uniform Variant"] = 1
}
ITEM.isGasmask = true
ITEM.isPPE = true