From 881e20c1c5b775de866fa166e8582973046d0885 Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Wed, 18 Mar 2026 22:01:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D0=B0=D1=87=D0=BA=D0=B8=20=D1=88=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D0=BA=20=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D1=85=20=D0=B4?= =?UTF-8?q?=D1=80=D1=83=D0=B3=D0=B8=D1=85=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=82=D0=BE=D0=B2=20=D0=9A=D0=BE=D1=80=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=86=D0=B8=D1=8F=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF?= =?UTF-8?q?=D1=82=D0=BE=D0=B2:=20-=20=D0=9D=D0=B8=D1=82=D1=80=D0=BE=D0=B3?= =?UTF-8?q?=D0=BB=D0=B8=D1=86=D0=B5=D1=80=D0=B8=D0=BD=20-=20=D0=9A=D0=BE?= =?UTF-8?q?=D1=80=D0=B4=D0=B8=D1=82=20-=20=D0=91=D0=B0=D1=88=D0=BD=D0=B8?= =?UTF-8?q?=20=D1=81=D0=B1=D0=BE=D1=80=D0=B0=20-=20=D0=9D=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KaoExtended/prototypes/morestack.lua | 2 +- SchallPickupTower/prototypes/pickup-tower.lua | 6 ++-- bobores/data.lua | 4 +-- bobplates/prototypes/item/parts.lua | 32 +++++++++---------- bobwarfare/prototypes/recipe/fluid-recipe.lua | 2 +- bobwarfare/prototypes/recipe/parts-recipe.lua | 4 +-- zzzparanoidal/prototypes/micro-final-fix.lua | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/KaoExtended/prototypes/morestack.lua b/KaoExtended/prototypes/morestack.lua index 835638fe..4b8f48a9 100644 --- a/KaoExtended/prototypes/morestack.lua +++ b/KaoExtended/prototypes/morestack.lua @@ -7,5 +7,5 @@ if data.raw["item"]["slag"] then data.raw["item"]["slag"].stack_size = 4000 data.raw["item"]["stone-crushed"].stack_size = 4000 data.raw["item"]["stone-brick"].stack_size = 4000 - data.raw["item"]["iron-gear-wheel"].stack_size = 200 + data.raw["item"]["iron-gear-wheel"].stack_size = 2000 end \ No newline at end of file diff --git a/SchallPickupTower/prototypes/pickup-tower.lua b/SchallPickupTower/prototypes/pickup-tower.lua index 62d51086..07e65f6f 100644 --- a/SchallPickupTower/prototypes/pickup-tower.lua +++ b/SchallPickupTower/prototypes/pickup-tower.lua @@ -17,21 +17,21 @@ local PT_specs = [2] = { energy_required = 60, ingredients = { - {"__PT__1__", 4}, + {"__PT__1__", 2}, {"advanced-circuit", 10} }, }, [3] = { energy_required = 120, ingredients = { - {"__PT__2__", 4}, + {"__PT__2__", 2}, {"advanced-circuit", 40} }, }, [4] = { energy_required = 120, ingredients = { - {"__PT__3__", 4}, + {"__PT__3__", 2}, {"processing-unit", 20} }, }, diff --git a/bobores/data.lua b/bobores/data.lua index 3485b933..cb61f565 100644 --- a/bobores/data.lua +++ b/bobores/data.lua @@ -111,8 +111,8 @@ if settings.startup["bobmods-ores-enablethoriumore"].value == true then bobmods.ores.thorium.create_autoplace() end -data.raw.item["copper-ore"].stack_size = 200 -data.raw.item["iron-ore"].stack_size = 200 +data.raw.item["copper-ore"].stack_size = 2000 +data.raw.item["iron-ore"].stack_size = 2000 data.raw.item["stone"].stack_size = 2000 data.raw.item["coal"].stack_size = 200 data.raw.item["uranium-ore"].stack_size = 2000 diff --git a/bobplates/prototypes/item/parts.lua b/bobplates/prototypes/item/parts.lua index 7161898a..6141b212 100644 --- a/bobplates/prototypes/item/parts.lua +++ b/bobplates/prototypes/item/parts.lua @@ -6,7 +6,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "ba[steel-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -16,7 +16,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "baa[ball-bearing-steel]", - stack_size = 500, + stack_size = 5000, }, { @@ -26,7 +26,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bba[bearing-steel]", - stack_size = 100, + stack_size = 1000, }, { @@ -36,7 +36,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "bb[brass-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -46,7 +46,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "bc[cobalt-steel-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -56,7 +56,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bac[ball-bearing-cobalt-steel]", - stack_size = 500, + stack_size = 5000, }, { @@ -66,7 +66,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bbc[bearing-cobalt-steel]", - stack_size = 100, + stack_size = 1000, }, { @@ -76,7 +76,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "bd[titanium-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -86,7 +86,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bad[ball-bearing-titanium]", - stack_size = 500, + stack_size = 5000, }, { @@ -96,7 +96,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bbd[bearing-titanium]", - stack_size = 100, + stack_size = 1000, }, { @@ -106,7 +106,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "be[tungsten-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -116,7 +116,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bae[ball-bearing-ceramic]", - stack_size = 500, + stack_size = 5000, }, { @@ -126,7 +126,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bbe[bearing-ceramic]", - stack_size = 100, + stack_size = 1000, }, { @@ -136,7 +136,7 @@ data:extend({ icon_size = 32, subgroup = "bob-gears", order = "bf[nitinol-gear-wheel]", - stack_size = 100, + stack_size = 1000, }, { @@ -146,7 +146,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "baf[ball-bearing-nitinol]", - stack_size = 500, + stack_size = 5000, }, { @@ -156,7 +156,7 @@ data:extend({ icon_size = 32, subgroup = "bob-bearings", order = "bbf[bearing-nitinol]", - stack_size = 100, + stack_size = 1000, }, { diff --git a/bobwarfare/prototypes/recipe/fluid-recipe.lua b/bobwarfare/prototypes/recipe/fluid-recipe.lua index 19631d0b..408ea6a1 100644 --- a/bobwarfare/prototypes/recipe/fluid-recipe.lua +++ b/bobwarfare/prototypes/recipe/fluid-recipe.lua @@ -51,7 +51,7 @@ data:extend({ { type = "fluid", name = "sulfuric-acid", amount = 30 }, }, results = { - { type = "fluid", name = "nitroglycerin", amount = 10 }, + { type = "fluid", name = "nitroglycerin", amount = 30 }, }, subgroup = "fluid", icon = "__bobwarfare__/graphics/icons/nitroglycerin.png", diff --git a/bobwarfare/prototypes/recipe/parts-recipe.lua b/bobwarfare/prototypes/recipe/parts-recipe.lua index ace66f81..a136b2e3 100644 --- a/bobwarfare/prototypes/recipe/parts-recipe.lua +++ b/bobwarfare/prototypes/recipe/parts-recipe.lua @@ -56,11 +56,11 @@ data:extend({ enabled = false, ingredients = { { type = "fluid", name = "nitroglycerin", amount = 60 }, - { "gun-cotton", 13 }, + { "gun-cotton", 12 }, { "petroleum-jelly", 1 }, }, result = "cordite", - result_count = 5, + result_count = 6, }, { diff --git a/zzzparanoidal/prototypes/micro-final-fix.lua b/zzzparanoidal/prototypes/micro-final-fix.lua index f25adf78..2db362dd 100644 --- a/zzzparanoidal/prototypes/micro-final-fix.lua +++ b/zzzparanoidal/prototypes/micro-final-fix.lua @@ -1502,7 +1502,7 @@ data.raw["pump"]["offshore-mk2-pump-output"].energy_usage = "2000kW" data.raw["offshore-pump"]["offshore-mk2-pump"].pumping_speed = 40 data.raw.pump["offshore-mk2-pump-output"].pumping_speed = data.raw["offshore-pump"]["offshore-mk2-pump"].pumping_speed data.raw["item"]["offshore-mk2-pump"].order = "b[fluids]-c[offshore-mk2-pump]" -bobmods.lib.recipe.set_ingredients("offshore-mk2-pump", { { "steel-pipe", 5 }, { "advanced-circuit", 2 }, { "steel-gear-wheel", 10 }, { "offshore-mk1-pump", 1} }) +bobmods.lib.recipe.set_ingredients("offshore-mk2-pump", { { "steel-pipe", 5 }, { "advanced-circuit", 2 }, { "steel-gear-wheel", 10 }, { "offshore-pump", 1} }) data.raw["technology"]["offshore-mk2-pump"].prerequisites = {"advanced-electronics", "bob-fluid-handling-2"} --offshore-3 data.raw['item']["offshore-mk3-pump"].place_result = "offshore-mk3-pump"