This commit is contained in:
2025-06-05 01:28:09 +09:00
parent 9c8e476dc7
commit 65cf488b8a
5 changed files with 33 additions and 32 deletions

View File

@@ -1,8 +1,9 @@
[phi-cl] [phi-cl]
combine=__1__ __2__ combine=__1__ __2__
setting-color=[color=__1__]__2__[/color] __3__ setting-category-color=[color=255,254,42]__1__[/color] __2__
setting-class-color=[color=54,228,255]__1__[/color] __2__
combine-gen=__1__ MK__2__ combine-gen=__1__ MK__2__
enable=Enable: __1__ enable=[color=54,228,255]Enable:[/color] __1__
[name] [name]
basic-entity=Basic basic-entity=Basic

View File

@@ -1,6 +1,6 @@
[phi-cl] [phi-cl]
combine-gen=__1__ __2__代目 combine-gen=__1__ __2__代目
enable=有効: __1__ enable=[color=54,228,255]有効:[/color] __1__
[name] [name]
basic-entity=基本的な basic-entity=基本的な

View File

@@ -1,6 +1,6 @@
[phi-cl] [phi-cl]
combine-gen=__1__ __2__代 combine-gen=__1__ __2__代
enable=啟用: __1__ enable=[color=54,228,255]啟用:[/color] __1__
[name] [name]
basic-entity=基本 basic-entity=基本

View File

@@ -1,6 +1,6 @@
[phi-cl] [phi-cl]
combine-gen=__1__ __2__代 combine-gen=__1__ __2__代
enable=啟用: __1__ enable=[color=54,228,255]啟用:[/color] __1__
[name] [name]
basic-entity=基本 basic-entity=基本

View File

@@ -4,14 +4,14 @@ data:extend({
name = 'PHI-MB', name = 'PHI-MB',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB'}}},
order = 'A00' order = 'A00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MB-ENERGY', name = 'PHI-MB-ENERGY',
setting_type = 'startup', setting_type = 'startup',
default_value = true, default_value = true,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-ENERGY'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-ENERGY'}}},
order = 'AA00' order = 'AA00'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -19,7 +19,7 @@ data:extend({
setting_type = 'startup', setting_type = 'startup',
default_value = 8, default_value = 8,
allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-ENERGY-POWER-TIER'}, {'mod-setting-name.PHI-MB-ENERGY-POWER-TIER'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-POWER-TIER'}, {'mod-setting-name.PHI-MB-ENERGY-POWER-TIER'}},
order = 'AA01' order = 'AA01'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -27,14 +27,14 @@ data:extend({
setting_type = 'startup', setting_type = 'startup',
default_value = 4, default_value = 4,
allowed_values = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}, allowed_values = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}},
order = 'AA02' order = 'AA02'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MB-MACHINE', name = 'PHI-MB-MACHINE',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-MACHINE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-MACHINE'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-MACHINE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-MACHINE'}}},
order = 'AB00' order = 'AB00'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -42,14 +42,14 @@ data:extend({
setting_type = 'startup', setting_type = 'startup',
default_value = 3, default_value = 3,
allowed_values = {1, 2, 3}, allowed_values = {1, 2, 3},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}},
order = 'AB01' order = 'AB01'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MB-EQUIPMENT', name = 'PHI-MB-EQUIPMENT',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT'}}},
order = 'AC00' order = 'AC00'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -57,28 +57,28 @@ data:extend({
setting_type = 'startup', setting_type = 'startup',
default_value = 2, default_value = 2,
allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}},
order = 'AC01' order = 'AC01'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MB-EQUIPMENT-ARMOR', name = 'PHI-MB-EQUIPMENT-ARMOR',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}}},
order = 'AC02' order = 'AC02'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MB-EQUIPMENT-SIZE', name = 'PHI-MB-EQUIPMENT-SIZE',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}}},
order = 'AC03' order = 'AC03'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MI', name = 'PHI-MI',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MI'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MI'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI'}}},
order = 'B00' order = 'B00'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -87,7 +87,7 @@ data:extend({
default_value = 10, default_value = 10,
minimum_value = 1, minimum_value = 1,
maximum_value = 160, maximum_value = 160,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}},
order = 'B01' order = 'B01'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -96,14 +96,14 @@ data:extend({
default_value = 10, default_value = 10,
minimum_value = 1, minimum_value = 1,
maximum_value = 160, maximum_value = 160,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}},
order = 'B02' order = 'B02'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-MI-ROBOT-ENERGY', name = 'PHI-MI-ROBOT-ENERGY',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-ROBOT-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}},
order = 'B03' order = 'B03'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -112,7 +112,7 @@ data:extend({
default_value = 10, default_value = 10,
minimum_value = 1, minimum_value = 1,
maximum_value = 160, maximum_value = 160,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}},
order = 'B04' order = 'B04'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -121,28 +121,28 @@ data:extend({
default_value = 320, default_value = 320,
minimum_value = 80, minimum_value = 80,
maximum_value = 10240, maximum_value = 10240,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-PIPE-EXTENT'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE-EXTENT'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}},
order = 'B05' order = 'B05'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-SA', name = 'PHI-SA',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-SA'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-SA'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA'}}},
order = 'C00' order = 'C00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-SA-SPOIL', name = 'PHI-SA-SPOIL',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL'}}},
order = 'C01' order = 'C01'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-SA-SPOIL-FREEZE', name = 'PHI-SA-SPOIL-FREEZE',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL-FREEZE'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL-FREEZE'}}},
order = 'C02' order = 'C02'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -151,14 +151,14 @@ data:extend({
default_value = 50, default_value = 50,
minimum_value = 1, minimum_value = 1,
maximum_value = 1000, maximum_value = 1000,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}},
order = 'C03' order = 'C03'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-SA-ENABLE-QUALITY', name = 'PHI-SA-ENABLE-QUALITY',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-ENABLE-QUALITY'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-ENABLE-QUALITY'}}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ENABLE-QUALITY'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-ENABLE-QUALITY'}}},
order = 'C04' order = 'C04'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -167,7 +167,7 @@ data:extend({
default_value = 10, default_value = 10,
minimum_value = 1, minimum_value = 1,
maximum_value = 100, maximum_value = 100,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}},
order = 'C05' order = 'C05'
}, { }, {
type = 'int-setting', type = 'int-setting',
@@ -176,7 +176,7 @@ data:extend({
default_value = 10, default_value = 10,
minimum_value = 1, minimum_value = 1,
maximum_value = 10000, maximum_value = 10000,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}},
order = 'C06' order = 'C06'
}, { }, {
type = 'string-setting', type = 'string-setting',
@@ -185,21 +185,21 @@ data:extend({
allow_blank = true, allow_blank = true,
default_value = '', default_value = '',
allowed_values = {'', 'SAP', 'VP'}, allowed_values = {'', 'SAP', 'VP'},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}},
order = 'D00' order = 'D00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-CT', name = 'PHI-CT',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-CT'}, {'phi-cl.enable', {'mod-setting-name.PHI-CT'}}}, localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-CT'}, {'phi-cl.enable', {'mod-setting-name.PHI-CT'}}},
order = 'E00' order = 'E00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',
name = 'PHI-CT-TILE', name = 'PHI-CT-TILE',
setting_type = 'startup', setting_type = 'startup',
default_value = false, default_value = false,
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-CT-TILE'}, {'mod-setting-name.PHI-CT-TILE'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-CT-TILE'}, {'mod-setting-name.PHI-CT-TILE'}},
order = 'E01' order = 'E01'
}, { }, {
type = 'string-setting', type = 'string-setting',
@@ -207,7 +207,7 @@ data:extend({
setting_type = 'startup', setting_type = 'startup',
default_value = 'grass-1', default_value = 'grass-1',
allowed_values = {'landfill', 'stone-path', 'concrete', 'refined-concrete', 'water', 'water-mud', 'water-shallow', 'deepwater', 'deepwater-green', 'dirt-1', 'dirt-2', 'dirt-3', 'dirt-4', 'dirt-5', 'dirt-6', 'dirt-7', 'dry-dirt', 'grass-1', 'grass-2', 'grass-3', 'grass-4'}, allowed_values = {'landfill', 'stone-path', 'concrete', 'refined-concrete', 'water', 'water-mud', 'water-shallow', 'deepwater', 'deepwater-green', 'dirt-1', 'dirt-2', 'dirt-3', 'dirt-4', 'dirt-5', 'dirt-6', 'dirt-7', 'dry-dirt', 'grass-1', 'grass-2', 'grass-3', 'grass-4'},
localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-CT-TILE-CHOICE'}, {'mod-setting-name.PHI-CT-TILE-CHOICE'}}, localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-CT-TILE-CHOICE'}, {'mod-setting-name.PHI-CT-TILE-CHOICE'}},
order = 'E02' order = 'E02'
} }
}) })