diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml index a7942924ac..52a58c0e18 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml @@ -42,9 +42,28 @@ recipes: # CMO - ClothingLongcoatCMO + - ClothingUniformCMOFormal + - ClothingUniformJumpskirtCMOFormal + - ClothingUniformCMOVest + - ClothingUniformJumpskirtCMOVest + - ClothingUniformCMOSummer # Chemist - ClothingUniformJumpsuitChemShirt - ClothingUniformJumpskirtChemShirt + # Paramed + - ClothingUniformParamedicJumper + - ClothingUniformJumpskirtParamedicJumper + # General + - ClothingUniformMedicalApron + - ClothingUniformJumpskirtMedicalApron + - ClothingUniformMedicalOffset + - ClothingUniformJumpskirtMedicalOffset + - ClothingUniformMedicalVest + - ClothingUniformJumpskirtMedicalVest + # Hats + - ClothingHeadHatBeretMedical + - ClothingHeadHatBeretSeniorChemistry + - ClothingHeadHatBeretParamedic - type: latheRecipePack id: ClothingJustice @@ -99,6 +118,7 @@ - ClothingUniformJumpskirtAtmos - ClothingUniformJumpsuitAtmosCasual - ClothingUniformJumpskirtAtmosCasual + - ClothingHeadHatBeretAtmospherics - type: latheRecipePack id: ClothingServiceDeltaV @@ -150,4 +170,5 @@ - ClothingUniformCybersunCasual - ClothingUniformCybersunRND - ClothingOuterCybersunOvercoat + - ClothingOuterCoatLabCybersun - ClothingBeltSyndicateUtility diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml index fde41fe141..da326ff00d 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml @@ -197,12 +197,12 @@ # Secretary - type: latheRecipe - parent: BaseCommandJumpsuitRecipe + parent: BaseJumpsuitRecipe id: ClothingUniformJumpsuitSecretary result: ClothingUniformJumpsuitSecretary - type: latheRecipe - parent: BaseCommandJumpsuitRecipe + parent: BaseJumpsuitRecipe id: ClothingUniformJumpskirtSecretary result: ClothingUniformJumpskirtSecretary @@ -238,7 +238,7 @@ #Centcomm Clothing - type: latheRecipe - parent: BaseHatRecipe + parent: BaseCommandHatRecipe id: ClothingHeadHatBeretCentcomm result: ClothingHeadHatBeretCentcomm @@ -310,6 +310,11 @@ id: ClothingOuterCybersunOvercoat result: ClothingOuterCybersunOvercoat +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingOuterCoatLabCybersun + result: ClothingOuterCoatLabCybersun + - type: latheRecipe parent: BaseHatRecipe id: ClothingHeadHatSurgcapCybersun @@ -337,6 +342,16 @@ id: ClothingUniformJumpskirtHoPFormal result: ClothingUniformJumpskirtHoPFormal +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformCMOFormal + result: ClothingUniformCMOFormal + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpskirtCMOFormal + result: ClothingUniformJumpskirtCMOFormal + - type: latheRecipe parent: BaseJumpsuitRecipe id: ClothingUniformJumpskirtChemShirt @@ -398,6 +413,11 @@ id: ClothingUniformJumpskirtAtmosCasual result: ClothingUniformJumpskirtAtmosCasual +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeretAtmospherics + result: ClothingHeadHatBeretAtmospherics + # Botanist - type: latheRecipe parent: BaseJumpsuitRecipe @@ -420,6 +440,79 @@ id: ClothingUniformSeniorBartenderSkirt result: ClothingUniformSeniorBartenderSkirt +# CMO +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformCMOVest + result: ClothingUniformCMOVest + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpskirtCMOVest + result: ClothingUniformJumpskirtCMOVest + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformCMOSummer + result: ClothingUniformCMOSummer + +# Paramedic +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformParamedicJumper + result: ClothingUniformParamedicJumper + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtParamedicJumper + result: ClothingUniformJumpskirtParamedicJumper + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeretParamedic + result: ClothingHeadHatBeretParamedic + +# Medical +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformMedicalApron + result: ClothingUniformMedicalApron + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtMedicalApron + result: ClothingUniformJumpskirtMedicalApron + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformMedicalOffset + result: ClothingUniformMedicalOffset + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtMedicalOffset + result: ClothingUniformJumpskirtMedicalOffset + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformMedicalVest + result: ClothingUniformMedicalVest + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpskirtMedicalVest + result: ClothingUniformJumpskirtMedicalVest + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeretMedical + result: ClothingHeadHatBeretMedical + +- type: latheRecipe + parent: BaseHatRecipe + id: ClothingHeadHatBeretSeniorChemistry + result: ClothingHeadHatBeretSeniorChemistry + # General - type: latheRecipe