From e4f6907e20b4244fc60ee5e2284c4232f3cdeff8 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 30 Jun 2026 20:48:14 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mi.lua | 5 ----- PHI-CL/locale/en/locale.cfg | 1 - PHI-CL/locale/ja/locale.cfg | 1 - PHI-CL/locale/zh-CN/locale.cfg | 1 - PHI-CL/locale/zh-TW/locale.cfg | 1 - PHI-CL/settings.lua | 18 ++++-------------- 6 files changed, 4 insertions(+), 23 deletions(-) diff --git a/PHI-CL/data/b/mi.lua b/PHI-CL/data/b/mi.lua index 386052c..55ca1fe 100644 --- a/PHI-CL/data/b/mi.lua +++ b/PHI-CL/data/b/mi.lua @@ -1,9 +1,4 @@ -if settings.startup['PHI-MI-PIPE'].value then - -- MI C 1 BASE UTILITY_CONSTANTS - data.raw['utility-constants'].default.max_fluid_flow = 10 * settings.startup['PHI-MI-PIPE'].value -end - -- MI C 2 BASE ENTITY for _, t in pairs({'construction-robot', 'logistic-robot'}) do if data.raw[t] then diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index b5dc2e4..2d82027 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -56,7 +56,6 @@ PHI-MB-EQUIPMENT-SIZE=Small equipment PHI-MI=Miscellaneous Item PHI-MI-GENERIC=Generic -PHI-MI-PIPE=Fluid efficiency PHI-MI-ROBOT-ENERGY=Nuclear fussion robot PHI-MI-PIPE-EXTENT=Pipe Extent diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index d7576e2..7dbb2f0 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小さなアーマー設備 PHI-MI=その他の変更 PHI-MI-GENERIC=ジェネリック -PHI-MI-PIPE=流体効率 PHI-MI-ROBOT-ENERGY=核融合ロボット PHI-MI-PIPE-EXTENT=パイプ範囲 diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index e3d94bf..527c443 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小型裝甲裝備 PHI-MI=雜項變更 PHI-MI-GENERIC=通用優化 -PHI-MI-PIPE=流體效率 PHI-MI-ROBOT-ENERGY=核融合無人機 PHI-MI-PIPE-EXTENT=管道長度 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index e3d94bf..527c443 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小型裝甲裝備 PHI-MI=雜項變更 PHI-MI-GENERIC=通用優化 -PHI-MI-PIPE=流體效率 PHI-MI-ROBOT-ENERGY=核融合無人機 PHI-MI-PIPE-EXTENT=管道長度 diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index 46e4ead..48da5b2 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -75,24 +75,14 @@ data:extend({ localised_name = {'phi-cl.setting-class-color', 'MI1', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-GENERIC'}}, localised_description = {'', {'phi-cl.setting-change-color', '[243] A117 C126'}}, order = 'B01' -}, { - type = 'int-setting', - name = 'PHI-MI-PIPE', - setting_type = 'startup', - default_value = 10, - minimum_value = 1, - maximum_value = 160, - localised_name = {'phi-cl.setting-class-color', 'MI2', {'phi-cl.ratio'}, {'mod-setting-name.PHI-MI-PIPE'}}, - localised_description = {'', '[item=pipe] x0.1', {'phi-cl.setting-change-color', '\n[9] C9'}}, - order = 'B02' }, { type = 'bool-setting', name = 'PHI-MI-ROBOT-ENERGY', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-class-color', 'MI3', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}, + localised_name = {'phi-cl.setting-class-color', 'MI2', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}, localised_description = {'', '[item=battery]', {'phi-cl.setting-change-color', '\n[2] C2'}}, - order = 'B03' + order = 'B02' }, { type = 'int-setting', name = 'PHI-MI-PIPE-EXTENT', @@ -100,9 +90,9 @@ data:extend({ default_value = 320, minimum_value = 80, maximum_value = 10240, - localised_name = {'phi-cl.setting-class-color', 'MI4', {'phi-cl.ratio'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}}, + localised_name = {'phi-cl.setting-class-color', 'MI3', {'phi-cl.ratio'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}}, localised_description = {'', '[item=pipe-to-ground]', {'phi-cl.setting-change-color', '\n[1] C1'}}, - order = 'B04' + order = 'B03' }, { type = 'bool-setting', name = 'PHI-SA',