From 6b1d582cf957daf17a3975cedae56443208ca40f Mon Sep 17 00:00:00 2001 From: SethLafuente <84478872+SethLafuente@users.noreply.github.com> Date: Thu, 27 May 2021 15:43:10 -0700 Subject: [PATCH] Protolathe Printing (#4094) Co-authored-by: SETh lafuente --- Resources/Prototypes/Catalog/Research/technologies.yml | 2 ++ .../Prototypes/Entities/Constructible/Power/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/chemistry.yml | 10 ++++++++++ Resources/Prototypes/Recipes/Lathes/janitorial.yml | 4 +++- Resources/Prototypes/Recipes/Lathes/sheet.yml | 3 ++- 5 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index e5cf3a6be1..f268dd31bd 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -27,6 +27,7 @@ unlockedRecipes: - Bucket - MopItem + - SprayBottle # Biological Technology Tree @@ -92,6 +93,7 @@ unlockedRecipes: - Beaker - LargeBeaker + - CryostasisBeaker - Dropper - Syringe diff --git a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml index dce24e5df8..f08a5204bf 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml @@ -152,6 +152,7 @@ - Hemostat - Beaker - LargeBeaker + - CryostasisBeaker - Dropper - Syringe - Flash @@ -166,6 +167,7 @@ - APCElectronics - Bucket - MopItem + - SprayBottle - FireExtinguisher - KitchenKnife - ButchCleaver diff --git a/Resources/Prototypes/Recipes/Lathes/chemistry.yml b/Resources/Prototypes/Recipes/Lathes/chemistry.yml index e7c8c8d0b5..372669674d 100644 --- a/Resources/Prototypes/Recipes/Lathes/chemistry.yml +++ b/Resources/Prototypes/Recipes/Lathes/chemistry.yml @@ -18,6 +18,16 @@ materials: Glass: 200 +- type: latheRecipe + id: CryostasisBeaker + icon: + sprite: Objects/Specific/Chemistry/beaker_cryostasis.rsi + state: beakernoreact + result: CryostasisBeaker + completetime: 500 + materials: + Steel: 250 + - type: latheRecipe id: Dropper icon: diff --git a/Resources/Prototypes/Recipes/Lathes/janitorial.yml b/Resources/Prototypes/Recipes/Lathes/janitorial.yml index bfdfe1e32f..b58750de19 100644 --- a/Resources/Prototypes/Recipes/Lathes/janitorial.yml +++ b/Resources/Prototypes/Recipes/Lathes/janitorial.yml @@ -37,7 +37,9 @@ - type: latheRecipe id: SprayBottle - icon: Objects/Specific/Janitorial/janitorial.rsi + icon: + sprite: Objects/Specific/Janitorial/janitorial.rsi + state: cleaner result: SprayBottle completetime: 500 materials: diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 8628d9df3c..4c7b06cdca 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -26,7 +26,8 @@ result: SheetRGlass1 completetime: 500 materials: - Glass: 200 + Glass: 100 + Steel: 50 - type: latheRecipe id: SheetPlastic