From f48d4773bfc93026beefa1fc9bcf25442dece76f Mon Sep 17 00:00:00 2001 From: Bellwether <157836624+BellwetherLogic@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:37:43 -0700 Subject: [PATCH] Add Chief Justice Cloak to Uniform Printer (#1395) * Adds Chief Justice outfit to uniform printer * I forgot the dang cloak * Update Resources/Prototypes/Entities/Structures/Machines/lathe.yml Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Signed-off-by: Bellwether <157836624+BellwetherLogic@users.noreply.github.com> --------- Signed-off-by: Bellwether <157836624+BellwetherLogic@users.noreply.github.com> Co-authored-by: Bellwether Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --- .../DeltaV/Recipes/Lathes/clothing.yml | 57 +++++++++++++++++++ .../Entities/Structures/Machines/lathe.yml | 7 +++ 2 files changed, 64 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml index b0b469d05cd..7f7648d9d8c 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml @@ -80,3 +80,60 @@ completetime: 4 materials: Cloth: 500 + +# Chief Justice Wardrobe + +- type: latheRecipe + id: ClothingHeadHatCJToque + result: ClothingHeadHatCJToque + completetime: 2 + materials: + Cloth: 100 + +- type: latheRecipe + id: ClothingUniformJumpsuitChiefJustice + result: ClothingUniformJumpsuitChiefJustice + completetime: 4 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformJumpskirtChiefJustice + result: ClothingUniformJumpskirtChiefJustice + completetime: 4 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformJumpsuitChiefJusticeFormal + result: ClothingUniformJumpsuitChiefJusticeFormal + completetime: 4 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformJumpsuitChiefJusticeWhite + result: ClothingUniformJumpsuitChiefJusticeWhite + completetime: 5 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingNeckCloakCJ + result: ClothingNeckCloakCJ + completetime: 2.8 + materials: + Cloth: 200 + Durathread: 150 + +- type: latheRecipe + id: ClothingOuterChiefJustice + result: ClothingOuterChiefJustice + completetime: 3.2 + materials: + Cloth: 300 + Durathread: 200 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index ce5c7780c25..27a667b1127 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1075,6 +1075,11 @@ - ClothingUniformJumpskirtQMTurtleneck - ClothingUniformJumpsuitQMFormal - ClothingHeadHatBeretRND + - ClothingHeadHatCJToque # DeltaV - Chief Justice + - ClothingUniformJumpsuitChiefJustice # DeltaV - Chief Justice + - ClothingUniformJumpskirtChiefJustice # DeltaV - Chief Justice + - ClothingUniformJumpsuitChiefJusticeFormal # DeltaV - Chief Justice + - ClothingUniformJumpsuitChiefJusticeWhite # DeltaV - Chief Justice - ClothingUniformJumpsuitResearchDirector - ClothingUniformJumpskirtResearchDirector - ClothingUniformJumpsuitScientist @@ -1109,6 +1114,7 @@ - ClothingOuterWinterWardenUnarmored - ClothingOuterWinterQM - ClothingOuterWinterRD + - ClothingOuterChiefJustice # DeltaV - Chief Justice - ClothingNeckMantleCap - ClothingNeckMantleCE - ClothingNeckMantleCMO @@ -1116,6 +1122,7 @@ - ClothingNeckMantleHOS - ClothingNeckMantleRD - ClothingNeckMantleQM + - ClothingNeckCloakCJ # DeltaV - Chief Justice - ClothingOuterStasecSweater # DeltaV - added stasec sweater to uniform printer. - ClothingOuterWinterMusician - ClothingOuterWinterClown