This commit is contained in:
2025-05-21 18:24:35 +09:00
parent a725c8a68c
commit cfa1ceaff1
4 changed files with 11 additions and 19 deletions

View File

@@ -103,15 +103,6 @@ data:extend({
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI'}, {'mod-setting-name.PHI-MI'}},
order = 'B00'
}, {
type = 'int-setting',
name = 'PHI-MI-LANDFILL',
setting_type = 'startup',
default_value = 20,
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-LANDFILL'}, {'mod-setting-name.PHI-MI-LANDFILL'}},
order = 'B01'
}, {
type = 'int-setting',
name = 'PHI-MI-EFFCY',
@@ -120,7 +111,7 @@ data:extend({
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-EFFCY'}, {'mod-setting-name.PHI-MI-EFFCY'}},
order = 'B02'
order = 'B01'
}, {
type = 'int-setting',
name = 'PHI-MI-PIPE',
@@ -129,7 +120,7 @@ data:extend({
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}},
order = 'B03'
order = 'B02'
}, {
type = 'int-setting',
name = 'PHI-MI-ROBOT',
@@ -138,14 +129,14 @@ data:extend({
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}},
order = 'B04'
order = 'B03'
}, {
type = 'bool-setting',
name = 'PHI-MI-ROBOT-ENERGY',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-ROBOT-ENERGY'}, {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}},
order = 'B05'
order = 'B04'
}, {
type = 'int-setting',
name = 'PHI-MI-TRAIN',
@@ -154,7 +145,7 @@ data:extend({
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}},
order = 'B06'
order = 'B05'
}, {
type = 'int-setting',
name = 'PHI-MI-PIPE-EXTENT',
@@ -163,7 +154,7 @@ data:extend({
minimum_value = 80,
maximum_value = 10240,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-PIPE-EXTENT'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}},
order = 'B07'
order = 'B06'
}, {
type = 'int-setting',
name = 'PHI-MI-ROCKET-CAPACITY',
@@ -172,7 +163,7 @@ data:extend({
minimum_value = 1,
maximum_value = 10000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-MI-ROCKET-CAPACITY'}},
order = 'B08'
order = 'B07'
}, {
type = 'bool-setting',
name = 'PHI-SA',