Skip to content

Commit

Permalink
Бафф переработчика руды (из 1к1 на 1к2.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
NazrinNya authored Nov 7, 2024
1 parent cb477ca commit 8270d53
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions Resources/Prototypes/Recipes/Lathes/sheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,180 +3,180 @@
result: SheetSteel1
completetime: 0
materials:
RawIron: 100
Coal: 30
RawIron: 40
Coal: 10

- type: latheRecipe
id: SheetSteel30
result: SheetSteel
completetime: 2
materials:
RawIron: 3000
Coal: 1000
RawIron: 1200
Coal: 350

- type: latheRecipe
id: SheetGlass1
result: SheetGlass1
completetime: 0
materials:
RawQuartz: 100
RawQuartz: 40

- type: latheRecipe
id: SheetGlass30
result: SheetGlass
completetime: 2
materials:
RawQuartz: 3000
RawQuartz: 1200

- type: latheRecipe
id: SheetRGlass
result: SheetRGlass1
completetime: 0
materials:
RawQuartz: 100
RawIron: 50
Coal: 15
RawQuartz: 40
RawIron: 20
Coal: 6

- type: latheRecipe
id: SheetRGlass30
result: SheetRGlass
completetime: 2
materials:
RawQuartz: 3000
RawIron: 1500
Coal: 500
RawQuartz: 1200
RawIron: 600
Coal: 200

- type: latheRecipe
id: SheetPGlass1
result: SheetPGlass1
completetime: 0
materials:
RawQuartz: 100
RawPlasma: 100
RawQuartz: 40
RawPlasma: 40

- type: latheRecipe
id: SheetPGlass30
result: SheetPGlass
completetime: 2
materials:
RawQuartz: 3000
RawPlasma: 3000
RawQuartz: 1200
RawPlasma: 1200

- type: latheRecipe
id: SheetRPGlass1
result: SheetRPGlass1
completetime: 0
materials:
RawQuartz: 100
RawPlasma: 100
RawIron: 50
Coal: 15
RawQuartz: 40
RawPlasma: 40
RawIron: 20
Coal: 6

- type: latheRecipe
id: SheetRPGlass30
result: SheetRPGlass
completetime: 2
materials:
RawQuartz: 3000
RawPlasma: 3000
RawIron: 1500
Coal: 500
RawQuartz: 1200
RawPlasma: 1200
RawIron: 600
Coal: 200

- type: latheRecipe
id: SheetPlasma1
result: SheetPlasma1
completetime: 0
materials:
RawPlasma: 100
RawPlasma: 40

- type: latheRecipe
id: SheetPlasma30
result: SheetPlasma
completetime: 2
materials:
RawPlasma: 3000
RawPlasma: 1200

- type: latheRecipe
id: SheetPlasteel1
result: SheetPlasteel1
completetime: 0
materials:
RawPlasma: 100
RawIron: 200 #Twice as durable as steel, Twice the material cost
Coal: 30
RawPlasma: 40
RawIron: 80 #Twice as durable as steel, Twice the material cost
Coal: 10

- type: latheRecipe
id: SheetPlasteel30
result: SheetPlasteel
completetime: 5
materials:
RawPlasma: 3000
RawIron: 6000 #Twice as durable as steel, Twice the material cost
Coal: 1000
RawPlasma: 1200
RawIron: 2400 #Twice as durable as steel, Twice the material cost
Coal: 400

- type: latheRecipe
id: SheetUranium30
result: SheetUranium
completetime: 2
materials:
RawUranium: 3000
RawUranium: 1200

- type: latheRecipe
id: SheetUGlass1
result: SheetUGlass1
completetime: 0
materials:
RawUranium: 100
RawQuartz: 100
RawUranium: 40
RawQuartz: 40

- type: latheRecipe
id: SheetUGlass30
result: SheetUGlass
completetime: 2
materials:
RawUranium: 3000
RawQuartz: 3000
RawUranium: 1200
RawQuartz: 1200

- type: latheRecipe
id: SheetRUGlass1
result: SheetRUGlass1
completetime: 0
materials:
RawUranium: 100
RawQuartz: 100
RawIron: 50
Coal: 15
RawUranium: 40
RawQuartz: 40
RawIron: 20
Coal: 6

- type: latheRecipe
id: SheetRUGlass30
result: SheetRUGlass
completetime: 2
materials:
RawUranium: 3000
RawQuartz: 3000
RawIron: 1500
Coal: 500
RawUranium: 1200
RawQuartz: 1200
RawIron: 600
Coal: 200

- type: latheRecipe
id: IngotGold30
result: IngotGold
completetime: 2
materials:
RawGold: 3000
RawGold: 1200

- type: latheRecipe
id: IngotSilver30
result: IngotSilver
completetime: 2
materials:
RawSilver: 3000
RawSilver: 1200

- type: latheRecipe
id: MaterialBananium10
result: MaterialBananium
completetime: 2
materials:
RawBananium: 3000
RawBananium: 1200

- type: latheRecipe
id: MaterialDiamond
Expand All @@ -190,21 +190,21 @@
result: SheetUranium1
completetime: 0
materials:
RawUranium: 100
RawUranium: 40

- type: latheRecipe
id: IngotGold1
result: IngotGold1
completetime: 0
materials:
RawGold: 100
RawGold: 40

- type: latheRecipe
id: IngotSilver1
result: IngotSilver1
completetime: 0
materials:
RawSilver: 100
RawSilver: 40

- type: latheRecipe
id: SheetPlastic
Expand All @@ -219,7 +219,7 @@
result: MaterialBananium1
completetime: 0
materials:
RawBananium: 100
RawBananium: 40

- type: latheRecipe
id: MaterialSheetMeat
Expand Down

0 comments on commit 8270d53

Please sign in to comment.