diff --git a/assets/gui/css/alas.css b/assets/gui/css/alas.css index ec063ca29..883d2c016 100644 --- a/assets/gui/css/alas.css +++ b/assets/gui/css/alas.css @@ -375,6 +375,23 @@ pre.rich-traceback-code { display: none; } +[id^="pywebio-scope-group_Island"] { + display: grid; + grid-template-columns: 1fr 1fr; + column-gap: 5% +} + +[id^="pywebio-scope-group_Island"] > [id*="Enable"], +[id^="pywebio-scope-group_Island"] > [id*="Receive"] { + display: grid; + grid-column: 1 / -1; +} + +[id^="pywebio-scope-group_Island"] > [id^="pywebio-scope-arg_container-"]:not([id*="Enable"]):not([id*="Receive"]) { + display: grid; + grid-template-columns: 1fr 1fr; +} + #pywebio-scope-navigator { margin: .5rem 1rem .5rem; height: min-content; diff --git a/config/template.json b/config/template.json index 16465c553..59f6f6ee1 100644 --- a/config/template.json +++ b/config/template.json @@ -1584,126 +1584,126 @@ "Island1": { "Receive": false, "Option1": 0, - "Option2": 0, - "Option3": 0, - "Option4": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu", + "Option3": 0, "Character3": "manjuu", + "Option4": 0, "Character4": "manjuu" }, "Island2": { "Receive": false, "Option1": 0, - "Option2": 0, - "Option3": 0, - "Option4": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu", + "Option3": 0, "Character3": "manjuu", + "Option4": 0, "Character4": "manjuu" }, "Island3": { "Receive": false, "Option1": 0, - "Option2": 0, - "Option3": 0, - "Option4": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu", + "Option3": 0, "Character3": "manjuu", + "Option4": 0, "Character4": "manjuu" }, "Island4": { "Receive": false, "Option1": 0, - "Option2": 0, - "Option3": 0, - "Option4": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu", + "Option3": 0, "Character3": "manjuu", + "Option4": 0, "Character4": "manjuu" }, "Island5": { "Receive": false, "Option1": 0, - "Option2": 0, - "Option3": 0, - "Option4": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu", + "Option3": 0, "Character3": "manjuu", + "Option4": 0, "Character4": "manjuu" }, "Island6": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island7": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island8": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island9": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island10": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island11": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island12": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island13": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island14": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Island15": { "Receive": false, "Option1": 0, - "Option2": 0, "Character1": "manjuu", + "Option2": 0, "Character2": "manjuu" }, "Storage": { diff --git a/module/config/argument/args.json b/module/config/argument/args.json index 47e04ce02..0a79ed4f0 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -7996,51 +7996,6 @@ 8 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - }, - "Option3": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - }, - "Option4": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8058,6 +8013,21 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8075,6 +8045,21 @@ "amagi_chan" ] }, + "Option3": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, "Character3": { "type": "select", "value": "manjuu", @@ -8092,6 +8077,21 @@ "amagi_chan" ] }, + "Option4": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + }, "Character4": { "type": "select", "value": "manjuu", @@ -8123,30 +8123,6 @@ 1 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 2 - ] - }, - "Option3": { - "type": "select", - "value": 0, - "option": [ - 0, - 3 - ] - }, - "Option4": { - "type": "select", - "value": 0, - "option": [ - 0, - 4 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8164,6 +8140,14 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 2 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8181,6 +8165,14 @@ "amagi_chan" ] }, + "Option3": { + "type": "select", + "value": 0, + "option": [ + 0, + 3 + ] + }, "Character3": { "type": "select", "value": "manjuu", @@ -8198,6 +8190,14 @@ "amagi_chan" ] }, + "Option4": { + "type": "select", + "value": 0, + "option": [ + 0, + 4 + ] + }, "Character4": { "type": "select", "value": "manjuu", @@ -8234,45 +8234,6 @@ 6 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - }, - "Option3": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - }, - "Option4": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8290,6 +8251,19 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8307,6 +8281,19 @@ "amagi_chan" ] }, + "Option3": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + }, "Character3": { "type": "select", "value": "manjuu", @@ -8324,6 +8311,19 @@ "amagi_chan" ] }, + "Option4": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + }, "Character4": { "type": "select", "value": "manjuu", @@ -8358,39 +8358,6 @@ 4 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4 - ] - }, - "Option3": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4 - ] - }, - "Option4": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8408,6 +8375,17 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8425,6 +8403,17 @@ "amagi_chan" ] }, + "Option3": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4 + ] + }, "Character3": { "type": "select", "value": "manjuu", @@ -8442,6 +8431,17 @@ "amagi_chan" ] }, + "Option4": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4 + ] + }, "Character4": { "type": "select", "value": "manjuu", @@ -8481,54 +8481,6 @@ 9 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, - "Option3": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, - "Option4": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8546,6 +8498,22 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8563,6 +8531,22 @@ "amagi_chan" ] }, + "Option3": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character3": { "type": "select", "value": "manjuu", @@ -8580,6 +8564,22 @@ "amagi_chan" ] }, + "Option4": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character4": { "type": "select", "value": "manjuu", @@ -8617,20 +8617,6 @@ 7 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8648,6 +8634,20 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8687,22 +8687,6 @@ 9 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8720,6 +8704,22 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8761,6 +8761,23 @@ 11 ] }, + "Character1": { + "type": "select", + "value": "manjuu", + "option": [ + "manjuu", + "saratoga", + "new_jersey", + "tashkent", + "lemalin", + "shimakaze", + "akashi", + "ying_swei", + "unicorn", + "cheshire", + "amagi_chan" + ] + }, "Option2": { "type": "select", "value": 0, @@ -8779,23 +8796,6 @@ 11 ] }, - "Character1": { - "type": "select", - "value": "manjuu", - "option": [ - "manjuu", - "saratoga", - "new_jersey", - "tashkent", - "lemalin", - "shimakaze", - "akashi", - "ying_swei", - "unicorn", - "cheshire", - "amagi_chan" - ] - }, "Character2": { "type": "select", "value": "manjuu", @@ -8835,22 +8835,6 @@ 9 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8868,6 +8852,22 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8905,20 +8905,6 @@ 7 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -8936,6 +8922,20 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -8971,18 +8971,6 @@ 5 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -9000,6 +8988,18 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -9036,19 +9036,6 @@ 6 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -9066,6 +9053,19 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -9100,17 +9100,6 @@ 4 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -9128,6 +9117,17 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -9167,22 +9167,6 @@ 9 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -9200,6 +9184,22 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character2": { "type": "select", "value": "manjuu", @@ -9239,22 +9239,6 @@ 9 ] }, - "Option2": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ] - }, "Character1": { "type": "select", "value": "manjuu", @@ -9272,6 +9256,22 @@ "amagi_chan" ] }, + "Option2": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, "Character2": { "type": "select", "value": "manjuu", diff --git a/module/config/argument/argument.yaml b/module/config/argument/argument.yaml index 1bebd67b4..2e9942f57 100644 --- a/module/config/argument/argument.yaml +++ b/module/config/argument/argument.yaml @@ -501,24 +501,24 @@ Island1: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] - Option3: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] - Option4: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option3: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Character3: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option4: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] Character4: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -527,24 +527,24 @@ Island2: Option1: value: 0 option: [ 0, 1 ] - Option2: - value: 0 - option: [ 0, 2 ] - Option3: - value: 0 - option: [ 0, 3 ] - Option4: - value: 0 - option: [ 0, 4 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 2 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option3: + value: 0 + option: [ 0, 3 ] Character3: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option4: + value: 0 + option: [ 0, 4 ] Character4: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -553,24 +553,24 @@ Island3: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6 ] - Option3: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6 ] - Option4: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option3: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6 ] Character3: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option4: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6 ] Character4: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -579,24 +579,24 @@ Island4: Option1: value: 0 option: [ 0, 1, 2, 3, 4 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4 ] - Option3: - value: 0 - option: [ 0, 1, 2, 3, 4 ] - Option4: - value: 0 - option: [ 0, 1, 2, 3, 4 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option3: + value: 0 + option: [ 0, 1, 2, 3, 4 ] Character3: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option4: + value: 0 + option: [ 0, 1, 2, 3, 4 ] Character4: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -605,24 +605,24 @@ Island5: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option3: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option4: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option3: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character3: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option4: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character4: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -631,12 +631,12 @@ Island6: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -645,12 +645,12 @@ Island7: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -659,12 +659,12 @@ Island8: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -673,12 +673,12 @@ Island9: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -687,12 +687,12 @@ Island10: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -701,12 +701,12 @@ Island11: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -715,12 +715,12 @@ Island12: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -729,12 +729,12 @@ Island13: Option1: value: 0 option: [ 0, 1, 2, 3, 4 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -743,12 +743,12 @@ Island14: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] @@ -757,12 +757,12 @@ Island15: Option1: value: 0 option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] - Option2: - value: 0 - option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character1: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] + Option2: + value: 0 + option: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] Character2: value: manjuu option: [ manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan ] diff --git a/module/config/config_generated.py b/module/config/config_generated.py index 71962aaa6..cdeac81e8 100644 --- a/module/config/config_generated.py +++ b/module/config/config_generated.py @@ -286,126 +286,126 @@ class GeneratedConfig: # Group `Island1` Island1_Receive = False Island1_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 - Island1_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 - Island1_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 - Island1_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 Island1_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island1_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 Island1_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island1_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 Island1_Character3 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island1_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8 Island1_Character4 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island2` Island2_Receive = False Island2_Option1 = 0 # 0, 1 - Island2_Option2 = 0 # 0, 2 - Island2_Option3 = 0 # 0, 3 - Island2_Option4 = 0 # 0, 4 Island2_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island2_Option2 = 0 # 0, 2 Island2_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island2_Option3 = 0 # 0, 3 Island2_Character3 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island2_Option4 = 0 # 0, 4 Island2_Character4 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island3` Island3_Receive = False Island3_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6 - Island3_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6 - Island3_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6 - Island3_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6 Island3_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island3_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6 Island3_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island3_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6 Island3_Character3 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island3_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6 Island3_Character4 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island4` Island4_Receive = False Island4_Option1 = 0 # 0, 1, 2, 3, 4 - Island4_Option2 = 0 # 0, 1, 2, 3, 4 - Island4_Option3 = 0 # 0, 1, 2, 3, 4 - Island4_Option4 = 0 # 0, 1, 2, 3, 4 Island4_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island4_Option2 = 0 # 0, 1, 2, 3, 4 Island4_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island4_Option3 = 0 # 0, 1, 2, 3, 4 Island4_Character3 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island4_Option4 = 0 # 0, 1, 2, 3, 4 Island4_Character4 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island5` Island5_Receive = False Island5_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island5_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island5_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island5_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island5_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island5_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island5_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island5_Option3 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island5_Character3 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island5_Option4 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island5_Character4 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island6` Island6_Receive = False Island6_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 - Island6_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 Island6_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island6_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 Island6_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island7` Island7_Receive = False Island7_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island7_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island7_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island7_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island7_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island8` Island8_Receive = False Island8_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 - Island8_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 Island8_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island8_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 Island8_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island9` Island9_Receive = False Island9_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island9_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island9_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island9_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island9_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island10` Island10_Receive = False Island10_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 - Island10_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 Island10_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island10_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7 Island10_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island11` Island11_Receive = False Island11_Option1 = 0 # 0, 1, 2, 3, 4, 5 - Island11_Option2 = 0 # 0, 1, 2, 3, 4, 5 Island11_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island11_Option2 = 0 # 0, 1, 2, 3, 4, 5 Island11_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island12` Island12_Receive = False Island12_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6 - Island12_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6 Island12_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island12_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6 Island12_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island13` Island13_Receive = False Island13_Option1 = 0 # 0, 1, 2, 3, 4 - Island13_Option2 = 0 # 0, 1, 2, 3, 4 Island13_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island13_Option2 = 0 # 0, 1, 2, 3, 4 Island13_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island14` Island14_Receive = False Island14_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island14_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island14_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island14_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island14_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `Island15` Island15_Receive = False Island15_Option1 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 - Island15_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island15_Character1 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan + Island15_Option2 = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Island15_Character2 = 'manjuu' # manjuu, saratoga, new_jersey, tashkent, lemalin, shimakaze, akashi, ying_swei, unicorn, cheshire, amagi_chan # Group `GeneralShop` diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index 28b428564..85aed5bd5 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -1795,45 +1795,6 @@ "7": "7", "8": "8" }, - "Option2": { - "name": "Island1.Option2.name", - "help": "Island1.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option3": { - "name": "Island1.Option3.name", - "help": "Island1.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option4": { - "name": "Island1.Option4.name", - "help": "Island1.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, "Character1": { "name": "Island1.Character1.name", "help": "Island1.Character1.help", @@ -1849,6 +1810,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island1.Option2.name", + "help": "Island1.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character2": { "name": "Island1.Character2.name", "help": "Island1.Character2.help", @@ -1864,6 +1838,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island1.Option3.name", + "help": "Island1.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character3": { "name": "Island1.Character3.name", "help": "Island1.Character3.help", @@ -1879,6 +1866,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island1.Option4.name", + "help": "Island1.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character4": { "name": "Island1.Character4.name", "help": "Island1.Character4.help", @@ -1910,24 +1910,6 @@ "0": "0", "1": "1" }, - "Option2": { - "name": "Island2.Option2.name", - "help": "Island2.Option2.help", - "0": "0", - "2": "2" - }, - "Option3": { - "name": "Island2.Option3.name", - "help": "Island2.Option3.help", - "0": "0", - "3": "3" - }, - "Option4": { - "name": "Island2.Option4.name", - "help": "Island2.Option4.help", - "0": "0", - "4": "4" - }, "Character1": { "name": "Island2.Character1.name", "help": "Island2.Character1.help", @@ -1943,6 +1925,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island2.Option2.name", + "help": "Island2.Option2.help", + "0": "0", + "2": "2" + }, "Character2": { "name": "Island2.Character2.name", "help": "Island2.Character2.help", @@ -1958,6 +1946,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island2.Option3.name", + "help": "Island2.Option3.help", + "0": "0", + "3": "3" + }, "Character3": { "name": "Island2.Character3.name", "help": "Island2.Character3.help", @@ -1973,6 +1967,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island2.Option4.name", + "help": "Island2.Option4.help", + "0": "0", + "4": "4" + }, "Character4": { "name": "Island2.Character4.name", "help": "Island2.Character4.help", @@ -2009,39 +2009,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island3.Option2.name", - "help": "Island3.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option3": { - "name": "Island3.Option3.name", - "help": "Island3.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option4": { - "name": "Island3.Option4.name", - "help": "Island3.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island3.Character1.name", "help": "Island3.Character1.help", @@ -2057,6 +2024,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island3.Option2.name", + "help": "Island3.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island3.Character2.name", "help": "Island3.Character2.help", @@ -2072,6 +2050,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island3.Option3.name", + "help": "Island3.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character3": { "name": "Island3.Character3.name", "help": "Island3.Character3.help", @@ -2087,6 +2076,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island3.Option4.name", + "help": "Island3.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character4": { "name": "Island3.Character4.name", "help": "Island3.Character4.help", @@ -2121,33 +2121,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island4.Option2.name", - "help": "Island4.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option3": { - "name": "Island4.Option3.name", - "help": "Island4.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option4": { - "name": "Island4.Option4.name", - "help": "Island4.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island4.Character1.name", "help": "Island4.Character1.help", @@ -2163,6 +2136,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island4.Option2.name", + "help": "Island4.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island4.Character2.name", "help": "Island4.Character2.help", @@ -2178,6 +2160,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island4.Option3.name", + "help": "Island4.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character3": { "name": "Island4.Character3.name", "help": "Island4.Character3.help", @@ -2193,6 +2184,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island4.Option4.name", + "help": "Island4.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character4": { "name": "Island4.Character4.name", "help": "Island4.Character4.help", @@ -2232,48 +2232,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island5.Option2.name", - "help": "Island5.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option3": { - "name": "Island5.Option3.name", - "help": "Island5.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option4": { - "name": "Island5.Option4.name", - "help": "Island5.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island5.Character1.name", "help": "Island5.Character1.help", @@ -2289,6 +2247,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island5.Option2.name", + "help": "Island5.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island5.Character2.name", "help": "Island5.Character2.help", @@ -2304,6 +2276,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island5.Option3.name", + "help": "Island5.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character3": { "name": "Island5.Character3.name", "help": "Island5.Character3.help", @@ -2319,6 +2305,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island5.Option4.name", + "help": "Island5.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character4": { "name": "Island5.Character4.name", "help": "Island5.Character4.help", @@ -2356,18 +2356,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island6.Option2.name", - "help": "Island6.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island6.Character1.name", "help": "Island6.Character1.help", @@ -2383,6 +2371,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island6.Option2.name", + "help": "Island6.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island6.Character2.name", "help": "Island6.Character2.help", @@ -2422,20 +2422,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island7.Option2.name", - "help": "Island7.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island7.Character1.name", "help": "Island7.Character1.help", @@ -2451,6 +2437,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island7.Option2.name", + "help": "Island7.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island7.Character2.name", "help": "Island7.Character2.help", @@ -2492,6 +2492,21 @@ "10": "10", "11": "11" }, + "Character1": { + "name": "Island8.Character1.name", + "help": "Island8.Character1.help", + "manjuu": "manjuu", + "saratoga": "saratoga", + "new_jersey": "new_jersey", + "tashkent": "tashkent", + "lemalin": "lemalin", + "shimakaze": "shimakaze", + "akashi": "akashi", + "ying_swei": "ying_swei", + "unicorn": "unicorn", + "cheshire": "cheshire", + "amagi_chan": "amagi_chan" + }, "Option2": { "name": "Island8.Option2.name", "help": "Island8.Option2.help", @@ -2508,21 +2523,6 @@ "10": "10", "11": "11" }, - "Character1": { - "name": "Island8.Character1.name", - "help": "Island8.Character1.help", - "manjuu": "manjuu", - "saratoga": "saratoga", - "new_jersey": "new_jersey", - "tashkent": "tashkent", - "lemalin": "lemalin", - "shimakaze": "shimakaze", - "akashi": "akashi", - "ying_swei": "ying_swei", - "unicorn": "unicorn", - "cheshire": "cheshire", - "amagi_chan": "amagi_chan" - }, "Character2": { "name": "Island8.Character2.name", "help": "Island8.Character2.help", @@ -2562,20 +2562,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island9.Option2.name", - "help": "Island9.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island9.Character1.name", "help": "Island9.Character1.help", @@ -2591,6 +2577,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island9.Option2.name", + "help": "Island9.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island9.Character2.name", "help": "Island9.Character2.help", @@ -2628,18 +2628,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island10.Option2.name", - "help": "Island10.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island10.Character1.name", "help": "Island10.Character1.help", @@ -2655,6 +2643,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island10.Option2.name", + "help": "Island10.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island10.Character2.name", "help": "Island10.Character2.help", @@ -2690,16 +2690,6 @@ "4": "4", "5": "5" }, - "Option2": { - "name": "Island11.Option2.name", - "help": "Island11.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5" - }, "Character1": { "name": "Island11.Character1.name", "help": "Island11.Character1.help", @@ -2715,6 +2705,16 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island11.Option2.name", + "help": "Island11.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5" + }, "Character2": { "name": "Island11.Character2.name", "help": "Island11.Character2.help", @@ -2751,17 +2751,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island12.Option2.name", - "help": "Island12.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island12.Character1.name", "help": "Island12.Character1.help", @@ -2777,6 +2766,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island12.Option2.name", + "help": "Island12.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island12.Character2.name", "help": "Island12.Character2.help", @@ -2811,15 +2811,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island13.Option2.name", - "help": "Island13.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island13.Character1.name", "help": "Island13.Character1.help", @@ -2835,6 +2826,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island13.Option2.name", + "help": "Island13.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island13.Character2.name", "help": "Island13.Character2.help", @@ -2874,20 +2874,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island14.Option2.name", - "help": "Island14.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island14.Character1.name", "help": "Island14.Character1.help", @@ -2903,6 +2889,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island14.Option2.name", + "help": "Island14.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island14.Character2.name", "help": "Island14.Character2.help", @@ -2942,20 +2942,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island15.Option2.name", - "help": "Island15.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island15.Character1.name", "help": "Island15.Character1.help", @@ -2971,6 +2957,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island15.Option2.name", + "help": "Island15.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island15.Character2.name", "help": "Island15.Character2.help", diff --git a/module/config/i18n/ja-JP.json b/module/config/i18n/ja-JP.json index 497f23bff..3d98eba93 100644 --- a/module/config/i18n/ja-JP.json +++ b/module/config/i18n/ja-JP.json @@ -1795,45 +1795,6 @@ "7": "7", "8": "8" }, - "Option2": { - "name": "Island1.Option2.name", - "help": "Island1.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option3": { - "name": "Island1.Option3.name", - "help": "Island1.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option4": { - "name": "Island1.Option4.name", - "help": "Island1.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, "Character1": { "name": "Island1.Character1.name", "help": "Island1.Character1.help", @@ -1849,6 +1810,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island1.Option2.name", + "help": "Island1.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character2": { "name": "Island1.Character2.name", "help": "Island1.Character2.help", @@ -1864,6 +1838,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island1.Option3.name", + "help": "Island1.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character3": { "name": "Island1.Character3.name", "help": "Island1.Character3.help", @@ -1879,6 +1866,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island1.Option4.name", + "help": "Island1.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character4": { "name": "Island1.Character4.name", "help": "Island1.Character4.help", @@ -1910,24 +1910,6 @@ "0": "0", "1": "1" }, - "Option2": { - "name": "Island2.Option2.name", - "help": "Island2.Option2.help", - "0": "0", - "2": "2" - }, - "Option3": { - "name": "Island2.Option3.name", - "help": "Island2.Option3.help", - "0": "0", - "3": "3" - }, - "Option4": { - "name": "Island2.Option4.name", - "help": "Island2.Option4.help", - "0": "0", - "4": "4" - }, "Character1": { "name": "Island2.Character1.name", "help": "Island2.Character1.help", @@ -1943,6 +1925,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island2.Option2.name", + "help": "Island2.Option2.help", + "0": "0", + "2": "2" + }, "Character2": { "name": "Island2.Character2.name", "help": "Island2.Character2.help", @@ -1958,6 +1946,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island2.Option3.name", + "help": "Island2.Option3.help", + "0": "0", + "3": "3" + }, "Character3": { "name": "Island2.Character3.name", "help": "Island2.Character3.help", @@ -1973,6 +1967,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island2.Option4.name", + "help": "Island2.Option4.help", + "0": "0", + "4": "4" + }, "Character4": { "name": "Island2.Character4.name", "help": "Island2.Character4.help", @@ -2009,39 +2009,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island3.Option2.name", - "help": "Island3.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option3": { - "name": "Island3.Option3.name", - "help": "Island3.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option4": { - "name": "Island3.Option4.name", - "help": "Island3.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island3.Character1.name", "help": "Island3.Character1.help", @@ -2057,6 +2024,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island3.Option2.name", + "help": "Island3.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island3.Character2.name", "help": "Island3.Character2.help", @@ -2072,6 +2050,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island3.Option3.name", + "help": "Island3.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character3": { "name": "Island3.Character3.name", "help": "Island3.Character3.help", @@ -2087,6 +2076,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island3.Option4.name", + "help": "Island3.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character4": { "name": "Island3.Character4.name", "help": "Island3.Character4.help", @@ -2121,33 +2121,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island4.Option2.name", - "help": "Island4.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option3": { - "name": "Island4.Option3.name", - "help": "Island4.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option4": { - "name": "Island4.Option4.name", - "help": "Island4.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island4.Character1.name", "help": "Island4.Character1.help", @@ -2163,6 +2136,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island4.Option2.name", + "help": "Island4.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island4.Character2.name", "help": "Island4.Character2.help", @@ -2178,6 +2160,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island4.Option3.name", + "help": "Island4.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character3": { "name": "Island4.Character3.name", "help": "Island4.Character3.help", @@ -2193,6 +2184,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island4.Option4.name", + "help": "Island4.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character4": { "name": "Island4.Character4.name", "help": "Island4.Character4.help", @@ -2232,48 +2232,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island5.Option2.name", - "help": "Island5.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option3": { - "name": "Island5.Option3.name", - "help": "Island5.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option4": { - "name": "Island5.Option4.name", - "help": "Island5.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island5.Character1.name", "help": "Island5.Character1.help", @@ -2289,6 +2247,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island5.Option2.name", + "help": "Island5.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island5.Character2.name", "help": "Island5.Character2.help", @@ -2304,6 +2276,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island5.Option3.name", + "help": "Island5.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character3": { "name": "Island5.Character3.name", "help": "Island5.Character3.help", @@ -2319,6 +2305,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island5.Option4.name", + "help": "Island5.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character4": { "name": "Island5.Character4.name", "help": "Island5.Character4.help", @@ -2356,18 +2356,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island6.Option2.name", - "help": "Island6.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island6.Character1.name", "help": "Island6.Character1.help", @@ -2383,6 +2371,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island6.Option2.name", + "help": "Island6.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island6.Character2.name", "help": "Island6.Character2.help", @@ -2422,20 +2422,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island7.Option2.name", - "help": "Island7.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island7.Character1.name", "help": "Island7.Character1.help", @@ -2451,6 +2437,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island7.Option2.name", + "help": "Island7.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island7.Character2.name", "help": "Island7.Character2.help", @@ -2492,6 +2492,21 @@ "10": "10", "11": "11" }, + "Character1": { + "name": "Island8.Character1.name", + "help": "Island8.Character1.help", + "manjuu": "manjuu", + "saratoga": "saratoga", + "new_jersey": "new_jersey", + "tashkent": "tashkent", + "lemalin": "lemalin", + "shimakaze": "shimakaze", + "akashi": "akashi", + "ying_swei": "ying_swei", + "unicorn": "unicorn", + "cheshire": "cheshire", + "amagi_chan": "amagi_chan" + }, "Option2": { "name": "Island8.Option2.name", "help": "Island8.Option2.help", @@ -2508,21 +2523,6 @@ "10": "10", "11": "11" }, - "Character1": { - "name": "Island8.Character1.name", - "help": "Island8.Character1.help", - "manjuu": "manjuu", - "saratoga": "saratoga", - "new_jersey": "new_jersey", - "tashkent": "tashkent", - "lemalin": "lemalin", - "shimakaze": "shimakaze", - "akashi": "akashi", - "ying_swei": "ying_swei", - "unicorn": "unicorn", - "cheshire": "cheshire", - "amagi_chan": "amagi_chan" - }, "Character2": { "name": "Island8.Character2.name", "help": "Island8.Character2.help", @@ -2562,20 +2562,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island9.Option2.name", - "help": "Island9.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island9.Character1.name", "help": "Island9.Character1.help", @@ -2591,6 +2577,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island9.Option2.name", + "help": "Island9.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island9.Character2.name", "help": "Island9.Character2.help", @@ -2628,18 +2628,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island10.Option2.name", - "help": "Island10.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island10.Character1.name", "help": "Island10.Character1.help", @@ -2655,6 +2643,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island10.Option2.name", + "help": "Island10.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island10.Character2.name", "help": "Island10.Character2.help", @@ -2690,16 +2690,6 @@ "4": "4", "5": "5" }, - "Option2": { - "name": "Island11.Option2.name", - "help": "Island11.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5" - }, "Character1": { "name": "Island11.Character1.name", "help": "Island11.Character1.help", @@ -2715,6 +2705,16 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island11.Option2.name", + "help": "Island11.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5" + }, "Character2": { "name": "Island11.Character2.name", "help": "Island11.Character2.help", @@ -2751,17 +2751,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island12.Option2.name", - "help": "Island12.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island12.Character1.name", "help": "Island12.Character1.help", @@ -2777,6 +2766,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island12.Option2.name", + "help": "Island12.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island12.Character2.name", "help": "Island12.Character2.help", @@ -2811,15 +2811,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island13.Option2.name", - "help": "Island13.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island13.Character1.name", "help": "Island13.Character1.help", @@ -2835,6 +2826,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island13.Option2.name", + "help": "Island13.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island13.Character2.name", "help": "Island13.Character2.help", @@ -2874,20 +2874,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island14.Option2.name", - "help": "Island14.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island14.Character1.name", "help": "Island14.Character1.help", @@ -2903,6 +2889,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island14.Option2.name", + "help": "Island14.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island14.Character2.name", "help": "Island14.Character2.help", @@ -2942,20 +2942,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island15.Option2.name", - "help": "Island15.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island15.Character1.name", "help": "Island15.Character1.help", @@ -2971,6 +2957,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island15.Option2.name", + "help": "Island15.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island15.Character2.name", "help": "Island15.Character2.help", diff --git a/module/config/i18n/zh-CN.json b/module/config/i18n/zh-CN.json index 9b354576a..13e8e9aa9 100644 --- a/module/config/i18n/zh-CN.json +++ b/module/config/i18n/zh-CN.json @@ -1795,45 +1795,6 @@ "7": "土豆", "8": "大豆" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "小麦", - "2": "玉米", - "3": "牧草", - "4": "咖啡豆", - "5": "大米", - "6": "白菜", - "7": "土豆", - "8": "大豆" - }, - "Option3": { - "name": "第 3 格生产物品", - "help": "", - "0": "不生产", - "1": "小麦", - "2": "玉米", - "3": "牧草", - "4": "咖啡豆", - "5": "大米", - "6": "白菜", - "7": "土豆", - "8": "大豆" - }, - "Option4": { - "name": "第 4 格生产物品", - "help": "", - "0": "不生产", - "1": "小麦", - "2": "玉米", - "3": "牧草", - "4": "咖啡豆", - "5": "大米", - "6": "白菜", - "7": "土豆", - "8": "大豆" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -1849,6 +1810,19 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "小麦", + "2": "玉米", + "3": "牧草", + "4": "咖啡豆", + "5": "大米", + "6": "白菜", + "7": "土豆", + "8": "大豆" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -1864,6 +1838,19 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option3": { + "name": "第 3 格生产物品", + "help": "", + "0": "不生产", + "1": "小麦", + "2": "玉米", + "3": "牧草", + "4": "咖啡豆", + "5": "大米", + "6": "白菜", + "7": "土豆", + "8": "大豆" + }, "Character3": { "name": "第 3 格使用角色", "help": "", @@ -1879,6 +1866,19 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option4": { + "name": "第 4 格生产物品", + "help": "", + "0": "不生产", + "1": "小麦", + "2": "玉米", + "3": "牧草", + "4": "咖啡豆", + "5": "大米", + "6": "白菜", + "7": "土豆", + "8": "大豆" + }, "Character4": { "name": "第 4 格使用角色", "help": "", @@ -1910,24 +1910,6 @@ "0": "不生产", "1": "鸡蛋(禽肉)" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "2": "鲜肉" - }, - "Option3": { - "name": "第 3 格生产物品", - "help": "", - "0": "不生产", - "3": "牛奶(皮料)" - }, - "Option4": { - "name": "第 4 格生产物品", - "help": "", - "0": "不生产", - "4": "羊毛" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -1943,6 +1925,12 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "2": "鲜肉" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -1958,6 +1946,12 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option3": { + "name": "第 3 格生产物品", + "help": "", + "0": "不生产", + "3": "牛奶(皮料)" + }, "Character3": { "name": "第 3 格使用角色", "help": "", @@ -1973,6 +1967,12 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option4": { + "name": "第 4 格生产物品", + "help": "", + "0": "不生产", + "4": "羊毛" + }, "Character4": { "name": "第 4 格使用角色", "help": "", @@ -2009,39 +2009,6 @@ "5": "硫矿", "6": "银矿" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "煤炭", - "2": "铜矿", - "3": "铝矿", - "4": "铁矿", - "5": "硫矿", - "6": "银矿" - }, - "Option3": { - "name": "第 3 格生产物品", - "help": "", - "0": "不生产", - "1": "煤炭", - "2": "铜矿", - "3": "铝矿", - "4": "铁矿", - "5": "硫矿", - "6": "银矿" - }, - "Option4": { - "name": "第 4 格生产物品", - "help": "", - "0": "不生产", - "1": "煤炭", - "2": "铜矿", - "3": "铝矿", - "4": "铁矿", - "5": "硫矿", - "6": "银矿" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2057,6 +2024,17 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "煤炭", + "2": "铜矿", + "3": "铝矿", + "4": "铁矿", + "5": "硫矿", + "6": "银矿" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2072,6 +2050,17 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option3": { + "name": "第 3 格生产物品", + "help": "", + "0": "不生产", + "1": "煤炭", + "2": "铜矿", + "3": "铝矿", + "4": "铁矿", + "5": "硫矿", + "6": "银矿" + }, "Character3": { "name": "第 3 格使用角色", "help": "", @@ -2087,6 +2076,17 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option4": { + "name": "第 4 格生产物品", + "help": "", + "0": "不生产", + "1": "煤炭", + "2": "铜矿", + "3": "铝矿", + "4": "铁矿", + "5": "硫矿", + "6": "银矿" + }, "Character4": { "name": "第 4 格使用角色", "help": "", @@ -2121,33 +2121,6 @@ "3": "精选之木", "4": "典雅之木" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "自然之木", - "2": "实用之木", - "3": "精选之木", - "4": "典雅之木" - }, - "Option3": { - "name": "第 3 格生产物品", - "help": "", - "0": "不生产", - "1": "自然之木", - "2": "实用之木", - "3": "精选之木", - "4": "典雅之木" - }, - "Option4": { - "name": "第 4 格生产物品", - "help": "", - "0": "不生产", - "1": "自然之木", - "2": "实用之木", - "3": "精选之木", - "4": "典雅之木" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2163,6 +2136,15 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "自然之木", + "2": "实用之木", + "3": "精选之木", + "4": "典雅之木" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2178,6 +2160,15 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option3": { + "name": "第 3 格生产物品", + "help": "", + "0": "不生产", + "1": "自然之木", + "2": "实用之木", + "3": "精选之木", + "4": "典雅之木" + }, "Character3": { "name": "第 3 格使用角色", "help": "", @@ -2193,6 +2184,15 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option4": { + "name": "第 4 格生产物品", + "help": "", + "0": "不生产", + "1": "自然之木", + "2": "实用之木", + "3": "精选之木", + "4": "典雅之木" + }, "Character4": { "name": "第 4 格使用角色", "help": "", @@ -2232,48 +2232,6 @@ "8": "牛油果", "9": "橡胶" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "秋月梨", - "2": "柿子", - "3": "苹果", - "4": "柑橘", - "5": "香蕉", - "6": "芒果", - "7": "柠檬", - "8": "牛油果", - "9": "橡胶" - }, - "Option3": { - "name": "第 3 格生产物品", - "help": "", - "0": "不生产", - "1": "秋月梨", - "2": "柿子", - "3": "苹果", - "4": "柑橘", - "5": "香蕉", - "6": "芒果", - "7": "柠檬", - "8": "牛油果", - "9": "橡胶" - }, - "Option4": { - "name": "第 4 格生产物品", - "help": "", - "0": "不生产", - "1": "秋月梨", - "2": "柿子", - "3": "苹果", - "4": "柑橘", - "5": "香蕉", - "6": "芒果", - "7": "柠檬", - "8": "牛油果", - "9": "橡胶" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2289,6 +2247,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "秋月梨", + "2": "柿子", + "3": "苹果", + "4": "柑橘", + "5": "香蕉", + "6": "芒果", + "7": "柠檬", + "8": "牛油果", + "9": "橡胶" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2304,6 +2276,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option3": { + "name": "第 3 格生产物品", + "help": "", + "0": "不生产", + "1": "秋月梨", + "2": "柿子", + "3": "苹果", + "4": "柑橘", + "5": "香蕉", + "6": "芒果", + "7": "柠檬", + "8": "牛油果", + "9": "橡胶" + }, "Character3": { "name": "第 3 格使用角色", "help": "", @@ -2319,6 +2305,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option4": { + "name": "第 4 格生产物品", + "help": "", + "0": "不生产", + "1": "秋月梨", + "2": "柿子", + "3": "苹果", + "4": "柑橘", + "5": "香蕉", + "6": "芒果", + "7": "柠檬", + "8": "牛油果", + "9": "橡胶" + }, "Character4": { "name": "第 4 格使用角色", "help": "", @@ -2356,18 +2356,6 @@ "6": "胡萝卜", "7": "洋葱" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "亚麻", - "2": "草莓", - "3": "棉花", - "4": "茶叶", - "5": "薰衣草", - "6": "胡萝卜", - "7": "洋葱" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2383,6 +2371,18 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "亚麻", + "2": "草莓", + "3": "棉花", + "4": "茶叶", + "5": "薰衣草", + "6": "胡萝卜", + "7": "洋葱" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2422,20 +2422,6 @@ "8": "经典豆腐套餐", "9": "绵玉定食" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "柿子饼", - "2": "松茸鸡汤", - "3": "豆腐", - "4": "肉末烧豆腐", - "5": "蛋包饭", - "6": "白菜豆腐汤", - "7": "蔬菜沙拉", - "8": "经典豆腐套餐", - "9": "绵玉定食" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2451,6 +2437,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "柿子饼", + "2": "松茸鸡汤", + "3": "豆腐", + "4": "肉末烧豆腐", + "5": "蛋包饭", + "6": "白菜豆腐汤", + "7": "蔬菜沙拉", + "8": "经典豆腐套餐", + "9": "绵玉定食" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2492,6 +2492,21 @@ "10": "花香果韵", "11": "缤纷果乐园" }, + "Character1": { + "name": "第 1 格使用角色", + "help": "", + "manjuu": "工作啾", + "saratoga": "萨拉托加", + "new_jersey": "新泽西", + "tashkent": "塔什干", + "lemalin": "恶毒", + "shimakaze": "岛风", + "akashi": "明石", + "ying_swei": "应瑞", + "unicorn": "独角兽", + "cheshire": "柴郡", + "amagi_chan": "小天城" + }, "Option2": { "name": "第 2 格生产物品", "help": "", @@ -2508,21 +2523,6 @@ "10": "花香果韵", "11": "缤纷果乐园" }, - "Character1": { - "name": "第 1 格使用角色", - "help": "", - "manjuu": "工作啾", - "saratoga": "萨拉托加", - "new_jersey": "新泽西", - "tashkent": "塔什干", - "lemalin": "恶毒", - "shimakaze": "岛风", - "akashi": "明石", - "ying_swei": "应瑞", - "unicorn": "独角兽", - "cheshire": "柴郡", - "amagi_chan": "小天城" - }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2562,20 +2562,6 @@ "8": "果园二重奏", "9": "莓果香橙甜点组" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "玉米杯", - "2": "苹果派", - "3": "香橙派", - "4": "芒果糯米饭", - "5": "香蕉可丽饼", - "6": "草莓夏洛特", - "7": "香甜组合", - "8": "果园二重奏", - "9": "莓果香橙甜点组" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2591,6 +2577,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "玉米杯", + "2": "苹果派", + "3": "香橙派", + "4": "芒果糯米饭", + "5": "香蕉可丽饼", + "6": "草莓夏洛特", + "7": "香甜组合", + "8": "果园二重奏", + "9": "莓果香橙甜点组" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2628,18 +2628,6 @@ "6": "烤肉狂欢", "7": "能量双拼套餐" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "炭烤肉串", - "2": "禽肉土豆拼盘", - "3": "爆炒禽肉", - "4": "胡萝卜厚蛋烧", - "5": "汉堡肉饭", - "6": "烤肉狂欢", - "7": "能量双拼套餐" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2655,6 +2643,18 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "炭烤肉串", + "2": "禽肉土豆拼盘", + "3": "爆炒禽肉", + "4": "胡萝卜厚蛋烧", + "5": "汉堡肉饭", + "6": "烤肉狂欢", + "7": "能量双拼套餐" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2690,16 +2690,6 @@ "4": "精选木桶", "5": "文件柜" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "纸张", - "2": "记事本", - "3": "桌椅", - "4": "精选木桶", - "5": "文件柜" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2715,6 +2705,16 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "纸张", + "2": "记事本", + "3": "桌椅", + "4": "精选木桶", + "5": "文件柜" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2751,17 +2751,6 @@ "5": "火药", "6": "刀叉餐具" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "炭笔", - "2": "铁钉", - "3": "电缆", - "4": "硫酸", - "5": "火药", - "6": "刀叉餐具" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2777,6 +2766,17 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "炭笔", + "2": "铁钉", + "3": "电缆", + "4": "硫酸", + "5": "火药", + "6": "刀叉餐具" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2811,15 +2811,6 @@ "3": "蓄电池", "4": "净水滤芯" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "墨盒", - "2": "钟表", - "3": "蓄电池", - "4": "净水滤芯" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2835,6 +2826,15 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "墨盒", + "2": "钟表", + "3": "蓄电池", + "4": "净水滤芯" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2874,20 +2874,6 @@ "8": "鞋靴", "9": "绷带" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "秋季花束", - "2": "花生油", - "3": "布料", - "4": "皮革", - "5": "绳索", - "6": "手套", - "7": "香囊", - "8": "鞋靴", - "9": "绷带" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2903,6 +2889,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "秋季花束", + "2": "花生油", + "3": "布料", + "4": "皮革", + "5": "绳索", + "6": "手套", + "7": "香囊", + "8": "鞋靴", + "9": "绷带" + }, "Character2": { "name": "第 2 格使用角色", "help": "", @@ -2942,20 +2942,6 @@ "8": "醒神套餐", "9": "果香双杯乐" }, - "Option2": { - "name": "第 2 格生产物品", - "help": "", - "0": "不生产", - "1": "欧姆蛋", - "2": "冰咖啡", - "3": "芝士", - "4": "拿铁", - "5": "柑橘咖啡", - "6": "草莓奶绿", - "7": "晨光活力组合", - "8": "醒神套餐", - "9": "果香双杯乐" - }, "Character1": { "name": "第 1 格使用角色", "help": "", @@ -2971,6 +2957,20 @@ "cheshire": "柴郡", "amagi_chan": "小天城" }, + "Option2": { + "name": "第 2 格生产物品", + "help": "", + "0": "不生产", + "1": "欧姆蛋", + "2": "冰咖啡", + "3": "芝士", + "4": "拿铁", + "5": "柑橘咖啡", + "6": "草莓奶绿", + "7": "晨光活力组合", + "8": "醒神套餐", + "9": "果香双杯乐" + }, "Character2": { "name": "第 2 格使用角色", "help": "", diff --git a/module/config/i18n/zh-TW.json b/module/config/i18n/zh-TW.json index 8a6685814..ca5eaf7a9 100644 --- a/module/config/i18n/zh-TW.json +++ b/module/config/i18n/zh-TW.json @@ -1795,45 +1795,6 @@ "7": "7", "8": "8" }, - "Option2": { - "name": "Island1.Option2.name", - "help": "Island1.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option3": { - "name": "Island1.Option3.name", - "help": "Island1.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, - "Option4": { - "name": "Island1.Option4.name", - "help": "Island1.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8" - }, "Character1": { "name": "Island1.Character1.name", "help": "Island1.Character1.help", @@ -1849,6 +1810,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island1.Option2.name", + "help": "Island1.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character2": { "name": "Island1.Character2.name", "help": "Island1.Character2.help", @@ -1864,6 +1838,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island1.Option3.name", + "help": "Island1.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character3": { "name": "Island1.Character3.name", "help": "Island1.Character3.help", @@ -1879,6 +1866,19 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island1.Option4.name", + "help": "Island1.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8" + }, "Character4": { "name": "Island1.Character4.name", "help": "Island1.Character4.help", @@ -1910,24 +1910,6 @@ "0": "0", "1": "1" }, - "Option2": { - "name": "Island2.Option2.name", - "help": "Island2.Option2.help", - "0": "0", - "2": "2" - }, - "Option3": { - "name": "Island2.Option3.name", - "help": "Island2.Option3.help", - "0": "0", - "3": "3" - }, - "Option4": { - "name": "Island2.Option4.name", - "help": "Island2.Option4.help", - "0": "0", - "4": "4" - }, "Character1": { "name": "Island2.Character1.name", "help": "Island2.Character1.help", @@ -1943,6 +1925,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island2.Option2.name", + "help": "Island2.Option2.help", + "0": "0", + "2": "2" + }, "Character2": { "name": "Island2.Character2.name", "help": "Island2.Character2.help", @@ -1958,6 +1946,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island2.Option3.name", + "help": "Island2.Option3.help", + "0": "0", + "3": "3" + }, "Character3": { "name": "Island2.Character3.name", "help": "Island2.Character3.help", @@ -1973,6 +1967,12 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island2.Option4.name", + "help": "Island2.Option4.help", + "0": "0", + "4": "4" + }, "Character4": { "name": "Island2.Character4.name", "help": "Island2.Character4.help", @@ -2009,39 +2009,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island3.Option2.name", - "help": "Island3.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option3": { - "name": "Island3.Option3.name", - "help": "Island3.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "Option4": { - "name": "Island3.Option4.name", - "help": "Island3.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island3.Character1.name", "help": "Island3.Character1.help", @@ -2057,6 +2024,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island3.Option2.name", + "help": "Island3.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island3.Character2.name", "help": "Island3.Character2.help", @@ -2072,6 +2050,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island3.Option3.name", + "help": "Island3.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character3": { "name": "Island3.Character3.name", "help": "Island3.Character3.help", @@ -2087,6 +2076,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island3.Option4.name", + "help": "Island3.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character4": { "name": "Island3.Character4.name", "help": "Island3.Character4.help", @@ -2121,33 +2121,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island4.Option2.name", - "help": "Island4.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option3": { - "name": "Island4.Option3.name", - "help": "Island4.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, - "Option4": { - "name": "Island4.Option4.name", - "help": "Island4.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island4.Character1.name", "help": "Island4.Character1.help", @@ -2163,6 +2136,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island4.Option2.name", + "help": "Island4.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island4.Character2.name", "help": "Island4.Character2.help", @@ -2178,6 +2160,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island4.Option3.name", + "help": "Island4.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character3": { "name": "Island4.Character3.name", "help": "Island4.Character3.help", @@ -2193,6 +2184,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island4.Option4.name", + "help": "Island4.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character4": { "name": "Island4.Character4.name", "help": "Island4.Character4.help", @@ -2232,48 +2232,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island5.Option2.name", - "help": "Island5.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option3": { - "name": "Island5.Option3.name", - "help": "Island5.Option3.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, - "Option4": { - "name": "Island5.Option4.name", - "help": "Island5.Option4.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island5.Character1.name", "help": "Island5.Character1.help", @@ -2289,6 +2247,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island5.Option2.name", + "help": "Island5.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island5.Character2.name", "help": "Island5.Character2.help", @@ -2304,6 +2276,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option3": { + "name": "Island5.Option3.name", + "help": "Island5.Option3.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character3": { "name": "Island5.Character3.name", "help": "Island5.Character3.help", @@ -2319,6 +2305,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option4": { + "name": "Island5.Option4.name", + "help": "Island5.Option4.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character4": { "name": "Island5.Character4.name", "help": "Island5.Character4.help", @@ -2356,18 +2356,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island6.Option2.name", - "help": "Island6.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island6.Character1.name", "help": "Island6.Character1.help", @@ -2383,6 +2371,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island6.Option2.name", + "help": "Island6.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island6.Character2.name", "help": "Island6.Character2.help", @@ -2422,20 +2422,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island7.Option2.name", - "help": "Island7.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island7.Character1.name", "help": "Island7.Character1.help", @@ -2451,6 +2437,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island7.Option2.name", + "help": "Island7.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island7.Character2.name", "help": "Island7.Character2.help", @@ -2492,6 +2492,21 @@ "10": "10", "11": "11" }, + "Character1": { + "name": "Island8.Character1.name", + "help": "Island8.Character1.help", + "manjuu": "manjuu", + "saratoga": "saratoga", + "new_jersey": "new_jersey", + "tashkent": "tashkent", + "lemalin": "lemalin", + "shimakaze": "shimakaze", + "akashi": "akashi", + "ying_swei": "ying_swei", + "unicorn": "unicorn", + "cheshire": "cheshire", + "amagi_chan": "amagi_chan" + }, "Option2": { "name": "Island8.Option2.name", "help": "Island8.Option2.help", @@ -2508,21 +2523,6 @@ "10": "10", "11": "11" }, - "Character1": { - "name": "Island8.Character1.name", - "help": "Island8.Character1.help", - "manjuu": "manjuu", - "saratoga": "saratoga", - "new_jersey": "new_jersey", - "tashkent": "tashkent", - "lemalin": "lemalin", - "shimakaze": "shimakaze", - "akashi": "akashi", - "ying_swei": "ying_swei", - "unicorn": "unicorn", - "cheshire": "cheshire", - "amagi_chan": "amagi_chan" - }, "Character2": { "name": "Island8.Character2.name", "help": "Island8.Character2.help", @@ -2562,20 +2562,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island9.Option2.name", - "help": "Island9.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island9.Character1.name", "help": "Island9.Character1.help", @@ -2591,6 +2577,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island9.Option2.name", + "help": "Island9.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island9.Character2.name", "help": "Island9.Character2.help", @@ -2628,18 +2628,6 @@ "6": "6", "7": "7" }, - "Option2": { - "name": "Island10.Option2.name", - "help": "Island10.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7" - }, "Character1": { "name": "Island10.Character1.name", "help": "Island10.Character1.help", @@ -2655,6 +2643,18 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island10.Option2.name", + "help": "Island10.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7" + }, "Character2": { "name": "Island10.Character2.name", "help": "Island10.Character2.help", @@ -2690,16 +2690,6 @@ "4": "4", "5": "5" }, - "Option2": { - "name": "Island11.Option2.name", - "help": "Island11.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5" - }, "Character1": { "name": "Island11.Character1.name", "help": "Island11.Character1.help", @@ -2715,6 +2705,16 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island11.Option2.name", + "help": "Island11.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5" + }, "Character2": { "name": "Island11.Character2.name", "help": "Island11.Character2.help", @@ -2751,17 +2751,6 @@ "5": "5", "6": "6" }, - "Option2": { - "name": "Island12.Option2.name", - "help": "Island12.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, "Character1": { "name": "Island12.Character1.name", "help": "Island12.Character1.help", @@ -2777,6 +2766,17 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island12.Option2.name", + "help": "Island12.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6" + }, "Character2": { "name": "Island12.Character2.name", "help": "Island12.Character2.help", @@ -2811,15 +2811,6 @@ "3": "3", "4": "4" }, - "Option2": { - "name": "Island13.Option2.name", - "help": "Island13.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4" - }, "Character1": { "name": "Island13.Character1.name", "help": "Island13.Character1.help", @@ -2835,6 +2826,15 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island13.Option2.name", + "help": "Island13.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, "Character2": { "name": "Island13.Character2.name", "help": "Island13.Character2.help", @@ -2874,20 +2874,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island14.Option2.name", - "help": "Island14.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island14.Character1.name", "help": "Island14.Character1.help", @@ -2903,6 +2889,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island14.Option2.name", + "help": "Island14.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island14.Character2.name", "help": "Island14.Character2.help", @@ -2942,20 +2942,6 @@ "8": "8", "9": "9" }, - "Option2": { - "name": "Island15.Option2.name", - "help": "Island15.Option2.help", - "0": "0", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9" - }, "Character1": { "name": "Island15.Character1.name", "help": "Island15.Character1.help", @@ -2971,6 +2957,20 @@ "cheshire": "cheshire", "amagi_chan": "amagi_chan" }, + "Option2": { + "name": "Island15.Option2.name", + "help": "Island15.Option2.help", + "0": "0", + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9" + }, "Character2": { "name": "Island15.Character2.name", "help": "Island15.Character2.help",