diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 149a842..abbaae1 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -5,6 +5,7 @@ setting-class-color=[color=54,228,255]__1__[/color] __2__ combine-gen=__1__ MK__2__ enable=[color=54,228,255]Enable:[/color] __1__ proportion=[color=54,228,255]Proportion:[/color] __1__ +tier=[color=54,228,255]Tier:[/color] __1__ [name] basic-entity=Basic diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index b2d6316..832762c 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -2,6 +2,7 @@ combine-gen=__1__ __2__代目 enable=[color=54,228,255]有効:[/color] __1__ proportion=[color=54,228,255]割合:[/color] __1__ +tier=[color=54,228,255]ティア:[/color] __1__ [name] basic-entity=基本的な diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 11fabfa..2cd897e 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -2,6 +2,7 @@ combine-gen=__1__ __2__代 enable=[color=54,228,255]啟用:[/color] __1__ proportion=[color=54,228,255]比例:[/color] __1__ +tier=[color=54,228,255]層級:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 11fabfa..2cd897e 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -2,6 +2,7 @@ combine-gen=__1__ __2__代 enable=[color=54,228,255]啟用:[/color] __1__ proportion=[color=54,228,255]比例:[/color] __1__ +tier=[color=54,228,255]層級:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index d775ea3..42cd0de 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -19,7 +19,7 @@ data:extend({ setting_type = 'startup', default_value = 8, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, - localised_name = {'phi-cl.setting-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MB-ENERGY-POWER-TIER'}}}, order = 'AA01' }, { type = 'int-setting', @@ -42,7 +42,7 @@ data:extend({ setting_type = 'startup', default_value = 3, allowed_values = {1, 2, 3}, - localised_name = {'phi-cl.setting-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MB-MACHINE-TIER'}}}, order = 'AB01' }, { type = 'bool-setting', @@ -57,7 +57,7 @@ data:extend({ setting_type = 'startup', default_value = 2, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, - localised_name = {'phi-cl.setting-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}}}, order = 'AC01' }, { type = 'bool-setting',