Изменил некоторые рецепты:

- увеличил выход припой из катушек
- увеличил выход углерода из коксового угля и пара
- увеличил выход простая печатная плата
This commit is contained in:
2026-06-09 22:26:04 +03:00
parent fa59b82e5e
commit f8ff380a72
3 changed files with 5 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ data.raw.recipe["angels-solder"].expensive.results =
} }
data.raw.recipe["angels-roll-solder-converting"].results = data.raw.recipe["angels-roll-solder-converting"].results =
{ {
{type="item", name="solder", amount=8} --DrD 12 {type="item", name="solder", amount=16}
} }
--remove OV.disable_recipe({ effects --remove OV.disable_recipe({ effects

View File

@@ -484,7 +484,7 @@ data:extend({
{ type = "fluid", name = "steam", amount = 30 }, { type = "fluid", name = "steam", amount = 30 },
}, },
results = { results = {
{ type = "item", name = "solid-carbon", amount = 3 }, { type = "item", name = "solid-carbon", amount = 4 },
}, },
icons = AF.add_number_icon_layer(AF.get_object_icons("solid-carbon"), 1, angelsmods.petrochem.number_tint), icons = AF.add_number_icon_layer(AF.get_object_icons("solid-carbon"), 1, angelsmods.petrochem.number_tint),
order = "d[coke-purification]", order = "d[coke-purification]",

View File

@@ -105,7 +105,9 @@ data:extend(
{"copper-plate", 4}, {"copper-plate", 4},
{type="fluid", name="ferric-chloride-solution", amount=10} {type="fluid", name="ferric-chloride-solution", amount=10}
}, },
result = "circuit-board", results = {
{ type = "item", name = "circuit-board", amount = 2 }
},
allow_decomposition = false allow_decomposition = false
}, },
} }