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