Created
May 18, 2022 03:25
-
-
Save yuyaprgrm/2e59d28ae0a5b526e258ec7b8637f0d3 to your computer and use it in GitHub Desktop.
遊び方の項目を変更する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "namespace": "how_to_play", | |
| "how_to_play_screen@how_to_play_common.screen_base": { | |
| "$selector_stack_panel": "how_to_play.selector_stack_panel", | |
| "$section_content_panels": "how_to_play.section_content_panels", | |
| "$header_safezone_control": "common_store.store_top_bar_filler", | |
| "$header_bar_control": "common_store.store_top_bar", | |
| "$is_full_screen_layout": true, | |
| "$fill_alpha": 1.0 | |
| }, | |
| "selector_stack_panel": { | |
| "type": "stack_panel", | |
| "anchor_from": "top_left", | |
| "anchor_to": "top_left", | |
| "orientation": "vertical", | |
| "$default_selector_toggle_index": 0, | |
| "controls": [ | |
| { | |
| "how_to_play_selector_pane": { | |
| "type": "stack_panel", | |
| "controls": [ | |
| { | |
| "padding_0": { | |
| "type": "panel", | |
| "size": [ 0, 6 ] | |
| } | |
| }, | |
| { "basics_category@how_to_play_common.topic_category": { "$category": "splaturn" } }, | |
| { "rule_button@how_to_play.rule_button": { "$toggle_group_forced_index": 0 } }, | |
| { "basicaction_button@how_to_play.basicaction_button": { "$toggle_group_forced_index": 1 } }, | |
| { "movie_button@how_to_play.movie_button": { "$toggle_group_forced_index": 2 } }, | |
| { "battlerule_category@how_to_play_common.topic_category": { "$category": "battlerule" } }, | |
| { "regular_button@how_to_play.regular_button": { "$toggle_group_forced_index": 3 } }, | |
| { "splatzone_button@how_to_play.splatzone_button": { "$toggle_group_forced_index": 4 } }, | |
| { "weapons_category@how_to_play_common.topic_category": { "$category": "weapon" } }, | |
| { "weapon_brush_button@how_to_play.weapons_brush_button": { "$toggle_group_forced_index": 5 } }, | |
| { "weapon_roller_button@how_to_play.weapons_roller_button": { "$toggle_group_forced_index": 6 } }, | |
| { "weapon_shooter_button@how_to_play.weapons_shooter_button": { "$toggle_group_forced_index": 7 } }, | |
| { "weapon_spinner_button@how_to_play.weapons_spinner_button": { "$toggle_group_forced_index": 8 } }, | |
| { "weapon_slosher_button@how_to_play.weapons_slosher_button": { "$toggle_group_forced_index": 9 } }, | |
| { "weapon_blaster_button@how_to_play.weapons_blaster_button": { "$toggle_group_forced_index": 10 } }, | |
| { "weapon_charger_button@how_to_play.weapons_charger_button": { "$toggle_group_forced_index": 11 } }, | |
| { | |
| "padding_1@how_to_play_common.padding": { | |
| "size": [ 0, 10 ] | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| "section_content_panels": { | |
| "type": "stack_panel", | |
| "anchor_from": "top_left", | |
| "anchor_to": "top_left", | |
| "size": [ "100% - 5px", "100%c + 5px" ], | |
| "offset": [ 2, 0 ], | |
| "controls": [ | |
| { | |
| "general_tips_sections": { | |
| "type": "stack_panel", | |
| "controls": [ | |
| { | |
| "section_contents_header@how_to_play_common.section_contents_header": {} | |
| }, | |
| { "rule_section@how_to_play.rule_section": {} }, | |
| { "basicaction_section@how_to_play.basicaction_section": {} }, | |
| { "movie_section@how_to_play.movie_section": {} }, | |
| { "regular_section@how_to_play.regular_section": {} }, | |
| { "splatzone_section@how_to_play.splatzone_section": {} }, | |
| { "weapons_brush_section@how_to_play.weapons_brush_section": {} }, | |
| { "weapons_roller_section@how_to_play.weapons_roller_section": {} }, | |
| { "weapons_shooter_section@how_to_play.weapons_shooter_section": {} }, | |
| { "weapons_spinner_section@how_to_play.weapons_spinner_section": {} }, | |
| { "weapons_slosher_section@how_to_play.weapons_slosher_section": {} }, | |
| { "weapons_blaster_section@how_to_play.weapons_blaster_section": {} }, | |
| { "weapons_charger_section@how_to_play.weapons_charger_section": {} }, | |
| { | |
| "section_contents_footer@how_to_play_common.section_contents_footer": {} | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| "rule_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "rule" | |
| }, | |
| "rule_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "rule_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.rule.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.3" | |
| } | |
| }, | |
| { | |
| "paragraph_4@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.4" | |
| } | |
| }, | |
| { | |
| "paragraph_5@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.5" | |
| } | |
| }, | |
| { | |
| "paragraph_6@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.6" | |
| } | |
| }, | |
| { | |
| "paragraph_7@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.7" | |
| } | |
| }, | |
| { | |
| "paragraph_8@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.8" | |
| } | |
| }, | |
| { | |
| "paragraph_9@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.9" | |
| } | |
| }, | |
| { | |
| "paragraph_10@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.10" | |
| } | |
| }, | |
| { | |
| "paragraph_11@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.11" | |
| } | |
| }, | |
| { | |
| "paragraph_12@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.12" | |
| } | |
| }, | |
| { | |
| "header_2@how_to_play_common.header": { | |
| "$text": "howtoplay.rule.header.2" | |
| } | |
| }, | |
| { | |
| "paragraph_13@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.13" | |
| } | |
| }, | |
| { | |
| "paragraph_14@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.14" | |
| } | |
| }, | |
| { | |
| "paragraph_15@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.15" | |
| } | |
| }, | |
| { | |
| "paragraph_16@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.16" | |
| } | |
| }, | |
| { | |
| "header_3@how_to_play_common.header": { | |
| "$text": "howtoplay.rule.header.3" | |
| } | |
| }, | |
| { | |
| "paragraph_17@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.17" | |
| } | |
| }, | |
| { | |
| "paragraph_18@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.18" | |
| } | |
| }, | |
| { | |
| "paragraph_19@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.rule.text.19" | |
| } | |
| } | |
| ] | |
| }, | |
| "basicaction_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "basicaction" | |
| }, | |
| "basicaction_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "basicaction_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.basicaction.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.basicaction.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.basicaction.text.2" | |
| } | |
| }, | |
| { | |
| "header_2@how_to_play_common.header": { | |
| "$text": "howtoplay.basicaction.header.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.basicaction.text.3" | |
| } | |
| }, | |
| { | |
| "paragraph_4@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.basicaction.text.4" | |
| } | |
| } | |
| ] | |
| }, | |
| "movie_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "movie" | |
| }, | |
| "movie_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "movie_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.movie.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.movie.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.movie.text.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.movie.text.3" | |
| } | |
| } | |
| ] | |
| }, | |
| "regular_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "battlerule.regular" | |
| }, | |
| "regular_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "battlerule.regular_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.battlerule.regular.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.battlerule.regular.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.battlerule.regular.text.2" | |
| } | |
| } | |
| ] | |
| }, | |
| "splatzone_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "battlerule.ranked.splatzone" | |
| }, | |
| "splatzone_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "battlerule.ranked.splatzone_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.battlerule.ranked.splatzone.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.battlerule.ranked.splatzone.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.battlerule.ranked.splatzone.text.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.battlerule.ranked.splatzone.text.3" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_brush_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.brush" | |
| }, | |
| "weapons_brush_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.brush_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.brush.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.brush.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.brush.text.2.notTouch" | |
| } | |
| }, | |
| { | |
| "paragraph_2_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.brush.text.2.touch" | |
| } | |
| }, | |
| { "padding_2@how_to_play_common.padding": {} }, | |
| { | |
| "header_2@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.brush.header.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.brush.text.3" | |
| } | |
| }, | |
| { | |
| "paragraph_4_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.brush.text.4.notTouch" | |
| } | |
| }, | |
| { | |
| "paragraph_4_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.brush.text.4.touch" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_roller_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.roller" | |
| }, | |
| "weapons_roller_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.roller_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.roller.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.roller.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.roller.text.2.notTouch" | |
| } | |
| }, | |
| { | |
| "paragraph_2_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.roller.text.2.touch" | |
| } | |
| }, | |
| { "padding_2@how_to_play_common.padding": {} }, | |
| { | |
| "header_2@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.roller.header.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.roller.text.3" | |
| } | |
| }, | |
| { | |
| "paragraph_4_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.roller.text.4.notTouch" | |
| } | |
| }, | |
| { | |
| "paragraph_4_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.roller.text.4.touch" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_shooter_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.shooter" | |
| }, | |
| "weapons_shooter_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.shooter_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.shooter.text.1" | |
| } | |
| }, | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.shooter.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.shooter.text.2" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_spinner_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.spinner" | |
| }, | |
| "weapons_spinner_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.spinner_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.spinner.text.1" | |
| } | |
| }, | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.spinner.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.spinner.text.2.touch" | |
| } | |
| }, | |
| { | |
| "paragraph_2_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.spinner.text.2.notTouch" | |
| } | |
| }, | |
| { | |
| "header_2@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.spinner.header.2" | |
| } | |
| }, | |
| { | |
| "paragraph_3_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.spinner.text.3.touch" | |
| } | |
| }, | |
| { | |
| "paragraph_3_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.spinner.text.3.notTouch" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_slosher_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.slosher" | |
| }, | |
| "weapons_slosher_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.slosher_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.slosher.text.1" | |
| } | |
| }, | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.slosher.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2_touch@how_to_play_common.paragraph_touch": { | |
| "$text": "howtoplay.weapon.slosher.text.2.touch" | |
| } | |
| }, | |
| { | |
| "paragraph_2_no_touch@how_to_play_common.paragraph_not_touch": { | |
| "$text": "howtoplay.weapon.slosher.text.2.notTouch" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_blaster_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.blaster" | |
| }, | |
| "weapons_blaster_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.blaster_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.blaster.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.blaster.text.2" | |
| } | |
| }, | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.blaster.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.blaster.text.3" | |
| } | |
| } | |
| ] | |
| }, | |
| "weapons_charger_button@how_to_play_common.section_toggle_button": { | |
| "$section_topic": "weapon.charger" | |
| }, | |
| "weapons_charger_section@how_to_play_common.main_sections": { | |
| "bindings": [ | |
| { | |
| "binding_type": "view", | |
| "source_control_name": "weapon.charger_button_toggle", | |
| "source_property_name": "#toggle_state", | |
| "target_property_name": "#visible" | |
| } | |
| ], | |
| "controls": [ | |
| { | |
| "paragraph_1@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.charger.text.1" | |
| } | |
| }, | |
| { | |
| "paragraph_2@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.charger.text.2" | |
| } | |
| }, | |
| { | |
| "header_1@how_to_play_common.header": { | |
| "$text": "howtoplay.weapon.charger.header.1" | |
| } | |
| }, | |
| { | |
| "paragraph_3@how_to_play_common.paragraph_with_icons": { | |
| "$text": "howtoplay.weapon.charger.text.3" | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment