From e7ea597c51e70efd23ab766c1744240a23a1e54f Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Mon, 4 Sep 2023 05:57:51 -0700 Subject: [PATCH] Rebalance Ore Conversions (#19814) --- .../Entities/Structures/Machines/lathe.yml | 8 +++--- Resources/Prototypes/Recipes/Lathes/sheet.yml | 28 +++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index ec0fc8caff..afd9380a1e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -833,10 +833,10 @@ - SheetPlasma30 - SheetPGlass30 - SheetRPGlass30 - - SheetUranium1 - - IngotGold1 - - IngotSilver1 - - MaterialBananium1 + - SheetUranium30 + - IngotGold30 + - IngotSilver30 + - MaterialBananium10 - type: entity parent: BaseLathe diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index ea17d46129..cbfc0ca452 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -69,6 +69,34 @@ materials: Plasma: 3000 +- type: latheRecipe + id: SheetUranium30 + result: SheetUranium + completetime: 2 + materials: + Uranium: 3000 + +- type: latheRecipe + id: IngotGold30 + result: IngotGold + completetime: 2 + materials: + Gold: 3000 + +- type: latheRecipe + id: IngotSilver30 + result: IngotSilver + completetime: 2 + materials: + Silver: 3000 + +- type: latheRecipe + id: MaterialBananium10 + result: MaterialBananium + completetime: 2 + materials: + Bananium: 3000 + - type: latheRecipe id: SheetUranium1 result: SheetUranium1