From 113bb79316985600d27dcdc15ac7acc7f512fb80 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:01:13 +0100 Subject: [PATCH] Add plate recipes to autolathe (#19473) --- .../Entities/Structures/Machines/lathe.yml | 4 +++ .../Prototypes/Recipes/Lathes/cooking.yml | 28 +++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index c243a897be..5ca4ec4075 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -106,6 +106,10 @@ - LightTube - LightBulb - Bucket + - FoodPlate + - FoodPlateSmall + - FoodPlatePlastic + - FoodPlateSmallPlastic - SprayBottle - PowerCellSmall - MicroManipulatorStockPart diff --git a/Resources/Prototypes/Recipes/Lathes/cooking.yml b/Resources/Prototypes/Recipes/Lathes/cooking.yml index 276fefd562..b87522e9d3 100644 --- a/Resources/Prototypes/Recipes/Lathes/cooking.yml +++ b/Resources/Prototypes/Recipes/Lathes/cooking.yml @@ -34,3 +34,31 @@ completetime: 0.8 materials: Glass: 50 + +- type: latheRecipe + id: FoodPlate + result: FoodPlate + completetime: 0.8 + materials: + Glass: 100 + +- type: latheRecipe + id: FoodPlateSmall + result: FoodPlateSmall + completetime: 0.4 + materials: + Glass: 50 + +- type: latheRecipe + id: FoodPlatePlastic + result: FoodPlatePlastic + completetime: 0.8 + materials: + Plastic: 100 + +- type: latheRecipe + id: FoodPlateSmallPlastic + result: FoodPlateSmallPlastic + completetime: 0.4 + materials: + Plastic: 50