From ecb155b1c027685da440f0eceb6ee0155aad02ec Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 24 Feb 2026 21:44:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D0=BE=D0=B2?= =?UTF-8?q?:=20=D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B2=D0=BE=D0=B4=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=BE=20=D1=85=D0=BB=D0=BE=D1=80=D0=B0=20=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D1=80=D0=B0=D1=82=D1=8B=20=D1=85=D0=BB=D0=BE=D1=80?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelspetrochem/prototypes/recipes/petrochem-chlorine.lua | 2 +- angelspetrochem/prototypes/recipes/petrochem-sodium.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua index eba836b3..4701a302 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-chlorine.lua @@ -97,7 +97,7 @@ data:extend({ energy_required = 2, enabled = false, ingredients = { - { type = "fluid", name = "gas-hydrogen-chloride", amount = 100 }, + { type = "fluid", name = "gas-hydrogen-chloride", amount = 50 }, { type = "fluid", name = "water-purified", amount = 50 }, }, results = { diff --git a/angelspetrochem/prototypes/recipes/petrochem-sodium.lua b/angelspetrochem/prototypes/recipes/petrochem-sodium.lua index a6ab166c..f078a705 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-sodium.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-sodium.lua @@ -13,7 +13,7 @@ data:extend({ { type = "item", name = "angels-electrode", amount = 1 }, }, results = { - { type = "fluid", name = "gas-chlorine", amount = 50 }, + { type = "fluid", name = "gas-chlorine", amount = 100 }, { type = "item", name = "solid-sodium", amount = 5 }, { type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 }, },