Очередные коррекции рецептов:

- выход хлора из соли
- сортировка железа и меди
- очистка хлорной(зелёной) воды
- уменьшен выход щебня при дроблении руд, теперь это 50%
- коррекция очистки поды, увеличен выход дистиллированной и солёной
This commit is contained in:
2026-04-09 14:42:21 +03:00
parent d64184568f
commit b6f40e7a53
5 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ data:extend({
{ type = "item", name = "angels-electrode", amount = 1 }, { type = "item", name = "angels-electrode", amount = 1 },
}, },
results = { results = {
{ type = "fluid", name = "gas-chlorine", amount = 100 }, { type = "fluid", name = "gas-chlorine", amount = 200 },
{ type = "item", name = "solid-sodium", amount = 5 }, { type = "item", name = "solid-sodium", amount = 5 },
{ type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 }, { type = "item", name = "angels-electrode-used", amount = 1, catalyst_amount = 1 },
}, },

View File

@@ -515,7 +515,7 @@ OV.patch_recipes(merge_table_of_tables({
ore_enabled("ferrous") ore_enabled("ferrous")
and create_sorting_recipes("ferrous", "angelsore8%s", { and create_sorting_recipes("ferrous", "angelsore8%s", {
["!!"] = not special_vanilla and { true, true, true, true }, ["!!"] = not special_vanilla and { true, true, true, true },
["iron-ore"] = not special_vanilla and { 2, 3, 6, 12 }, ["iron-ore"] = not special_vanilla and { 2, 3, 6, 16 },
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 8 }, ["manganese-ore"] = not special_vanilla and { 2, 2, 2, 8 },
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 6 }, ["nickel-ore"] = not special_vanilla and { 0, 1, 1, 6 },
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 3 }, ["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 3 },
@@ -526,7 +526,7 @@ OV.patch_recipes(merge_table_of_tables({
ore_enabled("cupric") ore_enabled("cupric")
and create_sorting_recipes("cupric", "angelsore9%s", { and create_sorting_recipes("cupric", "angelsore9%s", {
["!!"] = not special_vanilla and { true, true, true, true }, ["!!"] = not special_vanilla and { true, true, true, true },
["copper-ore"] = not special_vanilla and { 2, 3, 6, 12 }, ["copper-ore"] = not special_vanilla and { 2, 3, 6, 16 },
["tin-ore"] = not special_vanilla and { 2, 2, 2, 8 }, ["tin-ore"] = not special_vanilla and { 2, 2, 2, 8 },
["silver-ore"] = not special_vanilla and { 0, 1, 1, 6 }, ["silver-ore"] = not special_vanilla and { 0, 1, 1, 6 },
["gold-ore"] = not special_vanilla and { 0, 0, 1, 3 }, ["gold-ore"] = not special_vanilla and { 0, 0, 1, 3 },

View File

@@ -65,7 +65,7 @@ if angelsmods.trigger.water_green_waste == true then
OV.patch_recipes({ OV.patch_recipes({
{ {
name = "green-waste-water-purification", name = "green-waste-water-purification",
results = { { name = "solid-salt", type = "item", amount = 1 } }, results = { { name = "solid-salt", type = "item", amount = 2 } },
}, },
}) })
else else

View File

@@ -15,7 +15,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore1", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore1", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore1-crushed", amount = 2 }, { type = "item", name = "angels-ore1-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore1-crushed", main_product = "angels-ore1-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore1-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore1-crushed.png",
@@ -33,7 +33,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore1", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore1", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore1-crushed", amount = 2 }, { type = "item", name = "angels-ore1-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore1-crushed", main_product = "angels-ore1-crushed",
allow_decomposition = false, allow_decomposition = false,
@@ -53,7 +53,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore2", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore2", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore2-crushed", amount = 2 }, { type = "item", name = "angels-ore2-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore2-crushed", main_product = "angels-ore2-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore2-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore2-crushed.png",
@@ -71,7 +71,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore3", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore3", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore3-crushed", amount = 2 }, { type = "item", name = "angels-ore3-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore3-crushed", main_product = "angels-ore3-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore3-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore3-crushed.png",
@@ -89,7 +89,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore3", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore3", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore3-crushed", amount = 2 }, { type = "item", name = "angels-ore3-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore3-crushed", main_product = "angels-ore3-crushed",
allow_decomposition = false, allow_decomposition = false,
@@ -109,7 +109,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore4", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore4", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore4-crushed", amount = 2 }, { type = "item", name = "angels-ore4-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore4-crushed", main_product = "angels-ore4-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore4-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore4-crushed.png",
@@ -127,7 +127,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore5", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore5", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore5-crushed", amount = 2 }, { type = "item", name = "angels-ore5-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore5-crushed", main_product = "angels-ore5-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore5-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore5-crushed.png",
@@ -145,7 +145,7 @@ data:extend({
ingredients = { { type = "item", name = "angels-ore6", amount = 2 } }, ingredients = { { type = "item", name = "angels-ore6", amount = 2 } },
results = { results = {
{ type = "item", name = "angels-ore6-crushed", amount = 2 }, { type = "item", name = "angels-ore6-crushed", amount = 2 },
{ type = "item", name = "stone-crushed", amount = 1 }, { type = "item", name = "stone-crushed", amount = 1, probability = 0.5 },
}, },
main_product = "angels-ore6-crushed", main_product = "angels-ore6-crushed",
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crushed.png", --icon = "__angelsrefining__/graphics/icons/angels-ore6-crushed.png",

View File

@@ -32,8 +32,8 @@ data:extend({
{ type = "fluid", name = "water", amount = 150 }, { type = "fluid", name = "water", amount = 150 },
}, },
results = { results = {
{ type = "fluid", name = "water-saline", amount = 20 }, { type = "fluid", name = "water-saline", amount = 30 },
{ type = "fluid", name = "water-purified", amount = 100 }, { type = "fluid", name = "water-purified", amount = 110 },
}, },
always_show_products = true, always_show_products = true,
icons = angelsmods.functions.create_liquid_recipe_icon({ icons = angelsmods.functions.create_liquid_recipe_icon({