mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小さなアーマー設備
|
||||
|
||||
PHI-MI=その他の変更
|
||||
PHI-MI-GENERIC=ジェネリック
|
||||
PHI-MI-PIPE=流体効率
|
||||
PHI-MI-ROBOT-ENERGY=核融合ロボット
|
||||
PHI-MI-PIPE-EXTENT=パイプ範囲
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小型裝甲裝備
|
||||
|
||||
PHI-MI=雜項變更
|
||||
PHI-MI-GENERIC=通用優化
|
||||
PHI-MI-PIPE=流體效率
|
||||
PHI-MI-ROBOT-ENERGY=核融合無人機
|
||||
PHI-MI-PIPE-EXTENT=管道長度
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ PHI-MB-EQUIPMENT-SIZE=小型裝甲裝備
|
||||
|
||||
PHI-MI=雜項變更
|
||||
PHI-MI-GENERIC=通用優化
|
||||
PHI-MI-PIPE=流體效率
|
||||
PHI-MI-ROBOT-ENERGY=核融合無人機
|
||||
PHI-MI-PIPE-EXTENT=管道長度
|
||||
|
||||
|
||||
+4
-14
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user