From f8ff380a72bcd130ecc3021bf1af23f618aabddd Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 9 Jun 2026 22:26:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B5=20=D1=80?= =?UTF-8?q?=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D1=8B:=20-=20=D1=83=D0=B2=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D1=87=D0=B8=D0=BB=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BF=D0=BE=D0=B9=20=D0=B8=D0=B7=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=D1=83=D1=88=D0=B5=D0=BA=20-=20=D1=83=D0=B2=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D1=87=D0=B8=D0=BB=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=20=D1=83=D0=B3=D0=BB=D0=B5=D1=80=D0=BE=D0=B4=D0=B0=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=BA=D0=BE=D0=BA=D1=81=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D1=83=D0=B3=D0=BB=D1=8F=20=D0=B8=20=D0=BF=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=20-=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=20=D0=BF=D1=80=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BD=D0=B0=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BB=D0=B0=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oberhaul/prototypes/angelssmelting.lua | 2 +- angelspetrochem/prototypes/recipes/petrochem-basics.lua | 2 +- marathon/prototypes/recipe-circuit.lua | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Oberhaul/prototypes/angelssmelting.lua b/Oberhaul/prototypes/angelssmelting.lua index d6103d77..0b40e02e 100644 --- a/Oberhaul/prototypes/angelssmelting.lua +++ b/Oberhaul/prototypes/angelssmelting.lua @@ -136,7 +136,7 @@ data.raw.recipe["angels-solder"].expensive.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 diff --git a/angelspetrochem/prototypes/recipes/petrochem-basics.lua b/angelspetrochem/prototypes/recipes/petrochem-basics.lua index d8b8538d..72d8b3b5 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-basics.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-basics.lua @@ -484,7 +484,7 @@ data:extend({ { type = "fluid", name = "steam", amount = 30 }, }, 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), order = "d[coke-purification]", diff --git a/marathon/prototypes/recipe-circuit.lua b/marathon/prototypes/recipe-circuit.lua index 75871dcb..60b33fd7 100644 --- a/marathon/prototypes/recipe-circuit.lua +++ b/marathon/prototypes/recipe-circuit.lua @@ -105,7 +105,9 @@ data:extend( {"copper-plate", 4}, {type="fluid", name="ferric-chloride-solution", amount=10} }, - result = "circuit-board", + results = { + { type = "item", name = "circuit-board", amount = 2 } + }, allow_decomposition = false }, }