Rebalance Ore Conversions (#19814)

This commit is contained in:
liltenhead
2023-09-04 05:57:51 -07:00
committed by GitHub
parent c1e93f02f3
commit e7ea597c51
2 changed files with 32 additions and 4 deletions

View File

@@ -833,10 +833,10 @@
- SheetPlasma30 - SheetPlasma30
- SheetPGlass30 - SheetPGlass30
- SheetRPGlass30 - SheetRPGlass30
- SheetUranium1 - SheetUranium30
- IngotGold1 - IngotGold30
- IngotSilver1 - IngotSilver30
- MaterialBananium1 - MaterialBananium10
- type: entity - type: entity
parent: BaseLathe parent: BaseLathe

View File

@@ -69,6 +69,34 @@
materials: materials:
Plasma: 3000 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 - type: latheRecipe
id: SheetUranium1 id: SheetUranium1
result: SheetUranium1 result: SheetUranium1