Увеличены пачки шестеренок и некоторых других компонентов

Коррекция рецептов:
- Нитроглицерин
- Кордит
- Башни сбора
- Насосы
This commit is contained in:
2026-03-18 22:01:13 +03:00
parent a053027cd7
commit 881e20c1c5
7 changed files with 26 additions and 26 deletions

View File

@@ -7,5 +7,5 @@ if data.raw["item"]["slag"] then
data.raw["item"]["slag"].stack_size = 4000 data.raw["item"]["slag"].stack_size = 4000
data.raw["item"]["stone-crushed"].stack_size = 4000 data.raw["item"]["stone-crushed"].stack_size = 4000
data.raw["item"]["stone-brick"].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 end

View File

@@ -17,21 +17,21 @@ local PT_specs =
[2] = { [2] = {
energy_required = 60, energy_required = 60,
ingredients = { ingredients = {
{"__PT__1__", 4}, {"__PT__1__", 2},
{"advanced-circuit", 10} {"advanced-circuit", 10}
}, },
}, },
[3] = { [3] = {
energy_required = 120, energy_required = 120,
ingredients = { ingredients = {
{"__PT__2__", 4}, {"__PT__2__", 2},
{"advanced-circuit", 40} {"advanced-circuit", 40}
}, },
}, },
[4] = { [4] = {
energy_required = 120, energy_required = 120,
ingredients = { ingredients = {
{"__PT__3__", 4}, {"__PT__3__", 2},
{"processing-unit", 20} {"processing-unit", 20}
}, },
}, },

View File

@@ -111,8 +111,8 @@ if settings.startup["bobmods-ores-enablethoriumore"].value == true then
bobmods.ores.thorium.create_autoplace() bobmods.ores.thorium.create_autoplace()
end end
data.raw.item["copper-ore"].stack_size = 200 data.raw.item["copper-ore"].stack_size = 2000
data.raw.item["iron-ore"].stack_size = 200 data.raw.item["iron-ore"].stack_size = 2000
data.raw.item["stone"].stack_size = 2000 data.raw.item["stone"].stack_size = 2000
data.raw.item["coal"].stack_size = 200 data.raw.item["coal"].stack_size = 200
data.raw.item["uranium-ore"].stack_size = 2000 data.raw.item["uranium-ore"].stack_size = 2000

View File

@@ -6,7 +6,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "ba[steel-gear-wheel]", order = "ba[steel-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -16,7 +16,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "baa[ball-bearing-steel]", order = "baa[ball-bearing-steel]",
stack_size = 500, stack_size = 5000,
}, },
{ {
@@ -26,7 +26,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bba[bearing-steel]", order = "bba[bearing-steel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -36,7 +36,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "bb[brass-gear-wheel]", order = "bb[brass-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -46,7 +46,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "bc[cobalt-steel-gear-wheel]", order = "bc[cobalt-steel-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -56,7 +56,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bac[ball-bearing-cobalt-steel]", order = "bac[ball-bearing-cobalt-steel]",
stack_size = 500, stack_size = 5000,
}, },
{ {
@@ -66,7 +66,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bbc[bearing-cobalt-steel]", order = "bbc[bearing-cobalt-steel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -76,7 +76,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "bd[titanium-gear-wheel]", order = "bd[titanium-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -86,7 +86,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bad[ball-bearing-titanium]", order = "bad[ball-bearing-titanium]",
stack_size = 500, stack_size = 5000,
}, },
{ {
@@ -96,7 +96,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bbd[bearing-titanium]", order = "bbd[bearing-titanium]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -106,7 +106,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "be[tungsten-gear-wheel]", order = "be[tungsten-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -116,7 +116,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bae[ball-bearing-ceramic]", order = "bae[ball-bearing-ceramic]",
stack_size = 500, stack_size = 5000,
}, },
{ {
@@ -126,7 +126,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bbe[bearing-ceramic]", order = "bbe[bearing-ceramic]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -136,7 +136,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-gears", subgroup = "bob-gears",
order = "bf[nitinol-gear-wheel]", order = "bf[nitinol-gear-wheel]",
stack_size = 100, stack_size = 1000,
}, },
{ {
@@ -146,7 +146,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "baf[ball-bearing-nitinol]", order = "baf[ball-bearing-nitinol]",
stack_size = 500, stack_size = 5000,
}, },
{ {
@@ -156,7 +156,7 @@ data:extend({
icon_size = 32, icon_size = 32,
subgroup = "bob-bearings", subgroup = "bob-bearings",
order = "bbf[bearing-nitinol]", order = "bbf[bearing-nitinol]",
stack_size = 100, stack_size = 1000,
}, },
{ {

View File

@@ -51,7 +51,7 @@ data:extend({
{ type = "fluid", name = "sulfuric-acid", amount = 30 }, { type = "fluid", name = "sulfuric-acid", amount = 30 },
}, },
results = { results = {
{ type = "fluid", name = "nitroglycerin", amount = 10 }, { type = "fluid", name = "nitroglycerin", amount = 30 },
}, },
subgroup = "fluid", subgroup = "fluid",
icon = "__bobwarfare__/graphics/icons/nitroglycerin.png", icon = "__bobwarfare__/graphics/icons/nitroglycerin.png",

View File

@@ -56,11 +56,11 @@ data:extend({
enabled = false, enabled = false,
ingredients = { ingredients = {
{ type = "fluid", name = "nitroglycerin", amount = 60 }, { type = "fluid", name = "nitroglycerin", amount = 60 },
{ "gun-cotton", 13 }, { "gun-cotton", 12 },
{ "petroleum-jelly", 1 }, { "petroleum-jelly", 1 },
}, },
result = "cordite", result = "cordite",
result_count = 5, result_count = 6,
}, },
{ {

View File

@@ -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["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.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]" 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"} data.raw["technology"]["offshore-mk2-pump"].prerequisites = {"advanced-electronics", "bob-fluid-handling-2"}
--offshore-3 --offshore-3
data.raw['item']["offshore-mk3-pump"].place_result = "offshore-mk3-pump" data.raw['item']["offshore-mk3-pump"].place_result = "offshore-mk3-pump"