Skip to content

Commit

Permalink
balance: Deepsea research chemical science now consumes water instead…
Browse files Browse the repository at this point in the history
… of atmosphere.
  • Loading branch information
notnotmelon committed Jan 15, 2025
1 parent 3b46f4e commit f010588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototypes/technology/deepsea-research.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ end
update_recipe_icon(automation_science, "maraxsis-saline-water")
update_recipe_icon(logistic_science, "maraxsis-brackish-water")
update_recipe_icon(military_science, "lava")
update_recipe_icon(chemical_science, "maraxsis-atmosphere")
update_recipe_icon(chemical_science, "water")
update_recipe_icon(production_science, "maraxsis-oxygen")
update_recipe_icon(utility_science, "maraxsis-hydrogen")

table.insert(automation_science.ingredients, {type = "fluid", name = "maraxsis-saline-water", amount = 50})
table.insert(logistic_science.ingredients, {type = "fluid", name = "maraxsis-brackish-water", amount = 50})
table.insert(military_science.ingredients, {type = "fluid", name = "lava", amount = 100})
table.insert(chemical_science.ingredients, {type = "fluid", name = "maraxsis-atmosphere", amount = 50})
table.insert(chemical_science.ingredients, {type = "fluid", name = "water", amount = 100})
table.insert(production_science.ingredients, {type = "fluid", name = "maraxsis-oxygen", amount = 100})
table.insert(utility_science.ingredients, {type = "fluid", name = "maraxsis-hydrogen", amount = 200})

Expand Down

0 comments on commit f010588

Please sign in to comment.