]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adding Industrial Ore Processor premium recipe (#24345)
authorMinty642 <42335609+Minty642@users.noreply.github.com>
Thu, 25 Jan 2024 08:33:56 +0000 (15:33 +0700)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 08:33:56 +0000 (01:33 -0700)
Edit Industrial Ore Processor

Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Recipes/Lathes/sheet.yml

index c3f51df2de88c8fd1f32cda79703a8518d7e9b46..86671df41fce15fb696deee3c4b0e2bcffdef5f3 100644 (file)
   - 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
index 9f742ffe739cd85a4d8393245716c2db2ee00f00..053715a18117788121947f8f470589d6493476f6 100644 (file)
   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
   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
   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