From c2c79728be6541677d17d382f213e66a398d31d4 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 30 Apr 2026 18:58:15 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mig.lua | 4 ++-- PHI-CL/settings.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PHI-CL/data/b/mig.lua b/PHI-CL/data/b/mig.lua index db8d69c..4cad1e3 100644 --- a/PHI-CL/data/b/mig.lua +++ b/PHI-CL/data/b/mig.lua @@ -90,7 +90,7 @@ if data.raw['offshore-pump']['offshore-pump'] then entity.fluid_boxes = {{ production_type = 'output', pipe_covers = table.deepcopy(entity.fluid_box.pipe_covers), - volume = 10 * settings.startup['PHI-MI-PIPE'].value, + volume = 100, pipe_connections = {{ flow_direction = 'output', connection_category = (mods['space-age'] and {'default', 'fusion-plasma'}) or {'default'}, @@ -154,7 +154,7 @@ for _, v in pairs(data.raw.fluid) do enabled = false, hidden = true, ingredients = {}, - results = {{type = 'fluid', name = v.name, amount = 1200 * settings.startup['PHI-MI-PIPE'].value, temperature = v.default_temperature}}, + results = {{type = 'fluid', name = v.name, amount = 12000, temperature = v.default_temperature}}, main_product = v.name, hide_from_player_crafting = true, hidden_in_factoriopedia = true, diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index 9902f62..956a8ca 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -197,7 +197,7 @@ data:extend({ if mods['space-age'] then data.raw['bool-setting']['PHI-MB-EQUIPMENT-ARMOR'].localised_description = {'', '[item=power-armor-mk2] 3, [item=mech-armor] 2'} data.raw['bool-setting']['PHI-SA-SPOIL'].localised_description = {'', '[item=spoilage]'} - data.raw['bool-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'} + data.raw['int-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'} data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'} data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'} end