Коррекция рецептов:

- разделение газа
- продвинутые компоненты электроники
- уменьшение шанса выработки шлака
This commit is contained in:
2026-03-02 21:29:04 +03:00
parent a9a9b24c44
commit 738237fd09
4 changed files with 31 additions and 31 deletions

View File

@@ -96,13 +96,13 @@ if kaoextended.settingsoveride == true then
KaoExtended.recipe.addtorecipe("processing-unit", {"advanced-io", 2})
KaoExtended.recipe.addtorecipe("processing-unit", {"condensator", 75})
KaoExtended.recipe.addtorecipe("processing-unit", {"condensator", 15})
KaoExtended.recipe.addtorecipe("processing-unit", {"condensator2", 25})
KaoExtended.recipe.addtorecipe("processing-unit", {"condensator3", 15})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"advanced-io", 2})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"predictive-io", 2})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"condensator", 92})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"condensator", 25})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"condensator2", 40})
KaoExtended.recipe.addtorecipe("advanced-processing-unit", {"condensator3", 28})

View File

@@ -146,10 +146,10 @@ data:extend({
ingredients =
{
{"electronic-circuit", 2},
{"basic-electronic-components", 10},
{"condensator", 20},
{"copper-cable", 6},
{"solder", 6}
{"basic-electronic-components", 8},
{"condensator", 4},
{"copper-cable", 4},
{"solder", 4}
},
result = "simple-io",
result_count = 1
@@ -161,13 +161,13 @@ data:extend({
energy_required = 30,
ingredients =
{
{"basic-electronic-components", 40},
{"electronic-components", 12},
{"condensator", 16},
{"basic-electronic-components", 32},
{"electronic-components", 8},
{"condensator", 12},
{"condensator2", 4},
{"simple-io", 2},
{"tinned-copper-cable", 6},
{"solder", 10}
{"tinned-copper-cable", 4},
{"solder", 8}
},
result = "standart-io",
result_count = 1
@@ -182,11 +182,11 @@ data:extend({
{"basic-electronic-components", 20},
{"electronic-components", 40},
{"condensator2", 16},
{"intergrated-electronics", 15},
{"simple-io", 6},
{"standart-io", 6},
{"intergrated-electronics", 12},
{"simple-io", 4},
{"standart-io", 2},
{"insulated-cable", 12},
{"solder", 18}
{"solder", 12}
},
result = "advanced-io",
result_count = 1