From 3d2665bda4026469c757d2c2f44280fe165d1600 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Thu, 5 May 2022 17:55:52 +0200 Subject: [PATCH] switched u235 to lithium in KI2 recipes --- prototypes/el_recipes.lua | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/prototypes/el_recipes.lua b/prototypes/el_recipes.lua index 9e3c6f1..3f3d672 100644 --- a/prototypes/el_recipes.lua +++ b/prototypes/el_recipes.lua @@ -624,9 +624,9 @@ data:extend({ category = 'fi_ki_circuit_category', main_product = 'fi_ki_circuit_fluid', ingredients = { - {type="item", name="uranium-238", amount=20}, - {type="item", name="uranium-235", amount=1}, - {type="item", name="battery", amount=10}, + {type="item", name="uranium-238", amount=6}, + {type="item", name="el_lithium_item", amount=6}, + {type="item", name="battery", amount=6}, }, results = { {type="fluid", name="fi_ki_circuit_fluid", amount=200, temperature =500}, @@ -640,9 +640,9 @@ data:extend({ category = 'fi_ki_circuit_category', main_product = 'fi_ki_circuit_fluid', ingredients = { - {type="item", name="uranium-238", amount=10}, - {type="item", name="uranium-235", amount=1}, - {type="item", name="battery", amount=8}, + {type="item", name="uranium-238", amount=4}, + {type="item", name="el_lithium_item", amount=4}, + {type="item", name="battery", amount=4}, }, results = { {type="fluid", name="fi_ki_circuit_fluid", amount=200, temperature =500}, @@ -656,8 +656,8 @@ data:extend({ category = 'fi_ki_circuit_category', main_product = 'fi_ki_circuit_fluid', ingredients = { - {type="item", name="uranium-238", amount=10}, - {type="item", name="battery", amount=8}, + {type="item", name="uranium-238", amount=4}, + {type="item", name="battery", amount=4}, }, results = { {type="fluid", name="fi_ki_circuit_fluid", amount=200, temperature =500}, @@ -672,11 +672,9 @@ data:extend({ main_product = 'fi_ki_circuit_fluid', ingredients = { {type="item", name="uranium-ore", amount=10}, - {type="item", name="battery", amount=4}, }, results = { {type="fluid", name="fi_ki_circuit_fluid", amount=200, temperature =500}, - {type="item", name="uranium-235", amount=1}, }, energy_required = 20, },