mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
@@ -4,6 +4,7 @@ setting-category-color=[color=255,254,42]__1__[/color] __2__
|
|||||||
setting-class-color=[color=54,228,255]__1__[/color] __2__
|
setting-class-color=[color=54,228,255]__1__[/color] __2__
|
||||||
combine-gen=__1__ MK__2__
|
combine-gen=__1__ MK__2__
|
||||||
enable=[color=54,228,255]Enable:[/color] __1__
|
enable=[color=54,228,255]Enable:[/color] __1__
|
||||||
|
proportion=[color=54,228,255]Proportion:[/color] __1__
|
||||||
|
|
||||||
[name]
|
[name]
|
||||||
basic-entity=Basic
|
basic-entity=Basic
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[phi-cl]
|
[phi-cl]
|
||||||
combine-gen=__1__ __2__代目
|
combine-gen=__1__ __2__代目
|
||||||
enable=[color=54,228,255]有効:[/color] __1__
|
enable=[color=54,228,255]有効:[/color] __1__
|
||||||
|
proportion=[color=54,228,255]割合:[/color] __1__
|
||||||
|
|
||||||
[name]
|
[name]
|
||||||
basic-entity=基本的な
|
basic-entity=基本的な
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[phi-cl]
|
[phi-cl]
|
||||||
combine-gen=__1__ __2__代
|
combine-gen=__1__ __2__代
|
||||||
enable=[color=54,228,255]啟用:[/color] __1__
|
enable=[color=54,228,255]啟用:[/color] __1__
|
||||||
|
proportion=[color=54,228,255]比例:[/color] __1__
|
||||||
|
|
||||||
[name]
|
[name]
|
||||||
basic-entity=基本
|
basic-entity=基本
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[phi-cl]
|
[phi-cl]
|
||||||
combine-gen=__1__ __2__代
|
combine-gen=__1__ __2__代
|
||||||
enable=[color=54,228,255]啟用:[/color] __1__
|
enable=[color=54,228,255]啟用:[/color] __1__
|
||||||
|
proportion=[color=54,228,255]比例:[/color] __1__
|
||||||
|
|
||||||
[name]
|
[name]
|
||||||
basic-entity=基本
|
basic-entity=基本
|
||||||
|
|||||||
+7
-7
@@ -27,7 +27,7 @@ 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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}},
|
||||||
order = 'AA02'
|
order = 'AA02'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-PIPE'}}},
|
||||||
order = 'B01'
|
order = 'B01'
|
||||||
}, {
|
}, {
|
||||||
type = 'int-setting',
|
type = 'int-setting',
|
||||||
@@ -96,7 +96,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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-ROBOT'}}},
|
||||||
order = 'B02'
|
order = 'B02'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-MI-TRAIN'}}},
|
||||||
order = 'B04'
|
order = 'B04'
|
||||||
}, {
|
}, {
|
||||||
type = 'int-setting',
|
type = 'int-setting',
|
||||||
@@ -151,7 +151,7 @@ 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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}},
|
||||||
order = 'C03'
|
order = 'C03'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-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-class-color', {'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'}, {'phi-cl.proportion', {'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-class-color', {'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'}, {'phi-cl.proportion', {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}},
|
||||||
order = 'C06'
|
order = 'C06'
|
||||||
}, {
|
}, {
|
||||||
type = 'string-setting',
|
type = 'string-setting',
|
||||||
|
|||||||
Reference in New Issue
Block a user