diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 679a823241..17f470253b 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1083,8 +1083,28 @@ - CarpetPurple - CarpetCyan - CarpetWhite + # Bedsheets + - BedsheetBlack + - BedsheetBlue + - BedsheetBrown + - BedsheetGreen + - BedsheetGrey + - BedsheetOrange + - BedsheetPurple + - BedsheetRed + - BedsheetWhite + - BedsheetYellow + - BedsheetClown + - BedsheetCosmos + - BedsheetIan + - BedsheetMedical + - BedsheetMime + - BedsheetNT + - BedsheetRainbow + - BedsheetBrigmedic - type: EmagLatheRecipes emagStaticRecipes: + # Clothing - ClothingHeadHatCentcomcap - ClothingHeadHatCentcom - ClothingUniformJumpsuitCentcomAgent @@ -1107,6 +1127,8 @@ - ClothingOuterWinterCentcom - ClothingOuterWinterSyndie - ClothingOuterWinterSyndieCap + # Bedsheets + - BedsheetSyndie - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Recipes/Lathes/bedsheets.yml b/Resources/Prototypes/Recipes/Lathes/bedsheets.yml new file mode 100644 index 0000000000..1ff143e491 --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/bedsheets.yml @@ -0,0 +1,113 @@ +- type: latheRecipe + abstract: true + id: BaseBedsheetRecipe + completetime: 2 + materials: + Cloth: 150 + +- type: latheRecipe + abstract: true + parent: BaseBedsheetRecipe + id: BaseSpecifiedBedsheetRecipe + materials: + Cloth: 150 + Durathread: 50 + + #Base bedsheets + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetBlack + result: BedsheetBlack + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetBlue + result: BedsheetBlue + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetBrown + result: BedsheetBrown + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetGreen + result: BedsheetGreen + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetGrey + result: BedsheetGrey + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetOrange + result: BedsheetOrange + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetPurple + result: BedsheetPurple + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetRed + result: BedsheetRed + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetWhite + result: BedsheetWhite + +- type: latheRecipe + parent: BaseBedsheetRecipe + id: BedsheetYellow + result: BedsheetYellow + + #Specified bedsheets + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetClown + result: BedsheetClown + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetCosmos + result: BedsheetCosmos + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetIan #I'm not sure that that should be here + result: BedsheetIan + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetMedical + result: BedsheetMedical + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetMime + result: BedsheetMime + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetNT + result: BedsheetNT + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetRainbow + result: BedsheetRainbow + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetBrigmedic + result: BedsheetBrigmedic + +- type: latheRecipe + parent: BaseSpecifiedBedsheetRecipe + id: BedsheetSyndie + result: BedsheetSyndie diff --git a/Resources/Prototypes/Recipes/Lathes/carpets.yml b/Resources/Prototypes/Recipes/Lathes/carpets.yml new file mode 100644 index 0000000000..fdf9705c23 --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/carpets.yml @@ -0,0 +1,51 @@ +- type: latheRecipe + abstract: true + id: BaseCarpetRecipe + completetime: 1 + materials: + Cloth: 100 + +- type: latheRecipe + parent: BaseCarpetRecipe + id: Carpet + result: FloorCarpetItemRed + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetBlack + result: FloorCarpetItemBlack + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetPink + result: FloorCarpetItemPink + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetBlue + result: FloorCarpetItemBlue + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetGreen + result: FloorCarpetItemGreen + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetOrange + result: FloorCarpetItemOrange + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetPurple + result: FloorCarpetItemPurple + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetCyan + result: FloorCarpetItemCyan + +- type: latheRecipe + parent: BaseCarpetRecipe + id: CarpetWhite + result: FloorCarpetItemWhite diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 0db72f3663..62e2982e5c 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -38,13 +38,6 @@ materials: Cloth: 100 -- type: latheRecipe - abstract: true - id: BaseCarpetRecipe - completetime: 1 - materials: - Cloth: 100 - - type: latheRecipe abstract: true parent: BaseHatRecipe @@ -916,49 +909,3 @@ parent: BaseNeckClothingRecipe id: ClothingNeckScarfStripedPurple result: ClothingNeckScarfStripedPurple - -# Carpets -- type: latheRecipe - parent: BaseCarpetRecipe - id: Carpet - result: FloorCarpetItemRed - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetBlack - result: FloorCarpetItemBlack - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetPink - result: FloorCarpetItemPink - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetBlue - result: FloorCarpetItemBlue - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetGreen - result: FloorCarpetItemGreen - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetOrange - result: FloorCarpetItemOrange - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetPurple - result: FloorCarpetItemPurple - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetCyan - result: FloorCarpetItemCyan - -- type: latheRecipe - parent: BaseCarpetRecipe - id: CarpetWhite - result: FloorCarpetItemWhite