From: Minty642 <42335609+Minty642@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:33:56 +0000 (+0700) Subject: Adding Industrial Ore Processor premium recipe (#24345) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e882179a751ceb338879167edd0f360ce0d26f20;p=space-station-14.git Adding Industrial Ore Processor premium recipe (#24345) Edit Industrial Ore Processor --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index c3f51df2de..86671df41f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1072,6 +1072,20 @@ - type: Lathe materialUseMultiplier: 0.75 timeMultiplier: 0.5 + staticRecipes: + - SheetSteel30 + - SheetGlass30 + - SheetRGlass30 + - SheetPlasma30 + - SheetPGlass30 + - SheetRPGlass30 + - SheetPlasteel30 + - SheetUranium30 + - SheetUGlass30 + - SheetRUGlass30 + - IngotGold30 + - IngotSilver30 + - MaterialBananium10 - type: entity parent: BaseLathe diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 9f742ffe73..053715a181 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -43,25 +43,27 @@ result: SheetRGlass completetime: 2 materials: - Glass: 3000 - Steel: 1500 + RawQuartz: 3000 + RawIron: 1500 + Coal: 500 - type: latheRecipe id: SheetPGlass30 result: SheetPGlass completetime: 2 materials: - Glass: 3000 - Plasma: 3000 + RawQuartz: 3000 + RawPlasma: 3000 - type: latheRecipe id: SheetRPGlass30 result: SheetRPGlass completetime: 2 materials: - Glass: 3000 - Plasma: 3000 - Steel: 1500 + RawQuartz: 3000 + RawPlasma: 3000 + RawIron: 1500 + Coal: 500 - type: latheRecipe id: SheetPlasma30 @@ -70,6 +72,15 @@ materials: RawPlasma: 3000 +- type: latheRecipe + id: SheetPlasteel30 + result: SheetPlasteel + completetime: 5 + materials: + RawPlasma: 3000 + RawIron: 6000 #Twice as durable as steel, Twice the material cost + Coal: 1000 + - type: latheRecipe id: SheetUranium30 result: SheetUranium @@ -77,6 +88,24 @@ materials: RawUranium: 3000 +- type: latheRecipe + id: SheetUGlass30 + result: SheetUGlass + completetime: 2 + materials: + RawUranium: 3000 + RawQuartz: 3000 + +- type: latheRecipe + id: SheetRUGlass30 + result: SheetRUGlass + completetime: 2 + materials: + RawUranium: 3000 + RawQuartz: 3000 + RawIron: 1500 + Coal: 500 + - type: latheRecipe id: IngotGold30 result: IngotGold