This commit is contained in:
2025-06-04 18:24:15 +09:00
parent b700371637
commit 218710c6c9
6 changed files with 33 additions and 25 deletions

View File

@@ -139,20 +139,27 @@ data:extend({
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA'}, {'mod-setting-name.PHI-SA'}},
order = 'C00'
}, {
type = 'bool-setting',
name = 'PHI-SA-GENERIC',
setting_type = 'startup',
default_value = true,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-GENERIC'}, {'mod-setting-name.PHI-SA-GENERIC'}},
order = 'C01'
}, {
type = 'bool-setting',
name = 'PHI-SA-SPOIL',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-SPOIL'}, {'mod-setting-name.PHI-SA-SPOIL'}},
order = 'C01'
order = 'C02'
}, {
type = 'bool-setting',
name = 'PHI-SA-SPOIL-FREEZE',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE'}},
order = 'C02'
order = 'C03'
}, {
type = 'int-setting',
name = 'PHI-SA-SPOIL-FREEZE-RATIO',
@@ -161,14 +168,14 @@ data:extend({
minimum_value = 1,
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}},
order = 'C03'
order = 'C04'
}, {
type = 'bool-setting',
name = 'PHI-SA-ENABLE-QUALITY',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-ENABLE-QUALITY'}, {'mod-setting-name.PHI-SA-ENABLE-QUALITY'}},
order = 'C04'
order = 'C05'
}, {
type = 'int-setting',
name = 'PHI-SA-QUALITY',
@@ -177,13 +184,6 @@ data:extend({
minimum_value = 1,
maximum_value = 100,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}},
order = 'C05'
}, {
type = 'bool-setting',
name = 'PHI-SA-GENERIC',
setting_type = 'startup',
default_value = true,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-GENERIC'}, {'mod-setting-name.PHI-SA-GENERIC'}},
order = 'C06'
}, {
type = 'bool-setting',