Коррекция баланса в части изготовления "Серной кислоты"

This commit is contained in:
Aleksei-bird 2025-02-02 19:30:32 +03:00
parent 9da5fca304
commit 420819362e
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ data:extend({
{ type = "fluid", name = "water-purified", amount = 40 }, { type = "fluid", name = "water-purified", amount = 40 },
}, },
results = { results = {
{ type = "fluid", name = "liquid-sulfuric-acid", amount = 60 }, { type = "fluid", name = "liquid-sulfuric-acid", amount = 120 },
}, },
always_show_products = true, always_show_products = true,
icons = AF.create_liquid_recipe_icon({ icons = AF.create_liquid_recipe_icon({

View File

@ -78,7 +78,7 @@ data:extend({
results = { results = {
{ type = "fluid", name = "water-mineralized", amount = 20 }, { type = "fluid", name = "water-mineralized", amount = 20 },
{ type = "fluid", name = "water-purified", amount = 70 }, { type = "fluid", name = "water-purified", amount = 70 },
{ type = "item", name = "sulfur", amount = 1 }, { type = "item", name = "sulfur", amount = 3 },
}, },
always_show_products = true, always_show_products = true,
icons = angelsmods.functions.create_liquid_recipe_icon({ icons = angelsmods.functions.create_liquid_recipe_icon({