{
  "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": 1,
    "controls": [
      {
        "how_to_play_selector_pane": {
          "type": "stack_panel",
          "controls": [
            {
              "padding_0": {
                "type": "panel",
                "size": [ 0, 6 ]
              }
            },
            //Frutas
            { "general_category@how_to_play_common.topic_category": { "$category": "fruits" } },
            { "paramecias_button@how_to_play.paramecias_button": { "$toggle_group_forced_index": 1 } },
            { "zoans_button@how_to_play.zoans_button": { "$toggle_group_forced_index": 2 } },
            { "logias_button@how_to_play.logias_button": { "$toggle_group_forced_index": 3 } },
            { "smiles_button@how_to_play.smiles_button": { "$toggle_group_forced_index": 4 } },
            //Estilos
            { "styles_category@how_to_play_common.topic_category": { "$category": "styles" } },
            { "blackleg_button@how_to_play.blackleg_button": { "$toggle_group_forced_index": 5 } },
            { "weapons_button@how_to_play.weapons_button": { "$toggle_group_forced_index": 6 } },
            //Hakis
            { "hakis_category@how_to_play_common.topic_category": { "$category": "hakis" } },
            { "hakiarm_button@how_to_play.hakiarm_button": { "$toggle_group_forced_index": 7 } },
            { "hakiobs_button@how_to_play.hakiobs_button": { "$toggle_group_forced_index": 8 } },
            { "hakiking_button@how_to_play.hakiking_button": { "$toggle_group_forced_index": 9 } }
          ]
        }
      }
    ]
  },

  /********************
        button  
 ********************/

  //Frutas
  "paramecias_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "paramecias"
  },
  "zoans_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "zoans"
  },
  "logias_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "logias"
  },
  "smiles_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "smiles"
  },
  //Estilos
  "blackleg_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "blackleg"
  },
  "weapons_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "weapons"
  },
  //Hakis
  "hakiarm_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "hakiarm"
  },
  "hakiobs_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "hakiobs"
  },
  "hakiking_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "hakiking"
  },

  /********************
       panels
********************/

  "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": [
            //Frutas
            { "paramecias_secao@how_to_play.paramecias_secao": {} },
            { "zoans_secao@how_to_play.zoans_secao": {} },
            { "logias_secao@how_to_play.logias_secao": {} },
            { "smiles_secao@how_to_play.smiles_secao": {} },
            //Estilos
            { "blackleg_secao@how_to_play.blackleg_secao": {} },
            { "weapons_secao@how_to_play.weapons_secao": {} },
            //Hakis
            { "hakiarm_secao@how_to_play.hakiarm_secao": {} },
            { "hakiobs_secao@how_to_play.hakiobs_secao": {} },
            { "hakiking_secao@how_to_play.hakiking_secao": {} }
          ]
        }
      }
    ]
  },

  //Frutas

  //Paramecias
  "paramecias_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "paramecias_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.paramecias.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/z/paramecias"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia4_2"
        }
      },
      {
        "padding_4@how_to_play_common.padding": {}
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia5"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia5_2"
        }
      },
      {
        "padding_5@how_to_play_common.padding": {}
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia6"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia6_2"
        }
      },
      {
        "padding_6@how_to_play_common.padding": {}
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia7"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia7_2"
        }
      },
      {
        "padding_7@how_to_play_common.padding": {}
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia8"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia8_2"
        }
      },
      {
        "padding_8@how_to_play_common.padding": {}
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia9"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia9_2"
        }
      },
      {
        "padding_9@how_to_play_common.padding": {}
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia10"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia10_2"
        }
      },
      {
        "padding_10@how_to_play_common.padding": {}
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia11"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia11_2"
        }
      },
      {
        "padding_11@how_to_play_common.padding": {}
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia12"
        }
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia12_2"
        }
      },
      {
        "padding_12@how_to_play_common.padding": {}
      },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia13"
        }
      },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia13_2"
        }
      },
      {
        "padding_13@how_to_play_common.padding": {}
      },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia14"
        }
      },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.paramecia14_2"
        }
      }
    ]
  },
  //Zoans
  "zoans_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "zoans_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.zoans.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/z/zoans"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan4_2"
        }
      },
      {
        "padding_4@how_to_play_common.padding": {}
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan5"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan5_2"
        }
      },
      {
        "padding_5@how_to_play_common.padding": {}
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan6"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan6_2"
        }
      },
      {
        "padding_6@how_to_play_common.padding": {}
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan7"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan7_2"
        }
      },
      {
        "padding_7@how_to_play_common.padding": {}
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan8"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan8_2"
        }
      },
      {
        "padding_8@how_to_play_common.padding": {}
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan9"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan9_2"
        }
      },
      {
        "padding_9@how_to_play_common.padding": {}
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan10"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan10_2"
        }
      },
      {
        "padding_10@how_to_play_common.padding": {}
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan11"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan11_2"
        }
      },
      {
        "padding_11@how_to_play_common.padding": {}
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan12"
        }
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan12_2"
        }
      },
      {
        "padding_12@how_to_play_common.padding": {}
      }
    ]
  },
  //Logias
  "logias_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "logias_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.logias.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/z/logias"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia4_2"
        }
      },
      {
        "padding_4@how_to_play_common.padding": {}
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia5"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia5_2"
        }
      },
      {
        "padding_5@how_to_play_common.padding": {}
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia6"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia6_2"
        }
      },
      {
        "padding_6@how_to_play_common.padding": {}
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia7"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia7_2"
        }
      },
      {
        "padding_7@how_to_play_common.padding": {}
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia8"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.logia8_2"
        }
      }
    ]
  },
  //Smiles
  "smiles_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "smiles_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.smiles.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/items/fruits/smile_fruit"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan4_2"
        }
      },
      {
        "padding_4@how_to_play_common.padding": {}
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan5"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan5_2"
        }
      },
      {
        "padding_5@how_to_play_common.padding": {}
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan6"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan6_2"
        }
      },
      {
        "padding_6@how_to_play_common.padding": {}
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan7"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan7_2"
        }
      },
      {
        "padding_7@how_to_play_common.padding": {}
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan8"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan8_2"
        }
      },
      {
        "padding_8@how_to_play_common.padding": {}
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan9"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan9_2"
        }
      },
      {
        "padding_9@how_to_play_common.padding": {}
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan10"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan10_2"
        }
      },
      {
        "padding_10@how_to_play_common.padding": {}
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan11"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan11_2"
        }
      },
      {
        "padding_11@how_to_play_common.padding": {}
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan12"
        }
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.devilfruit.text.zoan12_2"
        }
      },
      {
        "padding_12@how_to_play_common.padding": {}
      }
    ]
  },

  //Estilos

  //BlackLeg
  "blackleg_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "blackleg_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.blackleg.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/items/black_leg"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.blackleg1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.blackleg1_2"
        }
      }
    ]
  },
  //FishMan
  "fishmankarate_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "fishmankarate_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.blackleg.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/items/black_leg"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.styles.text.blackleg1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.blackleg1_2"
        }
      }
    ]
  },
  //MinkThunder
  "minkthunder_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "minkthunder_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.blackleg.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/items/black_leg"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.styles.text.blackleg1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.blackleg1_2"
        }
      }
    ]
  },
  //Rokushiki
  "rokushiki_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "rokushiki_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.blackleg.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/items/black_leg"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.styles.text.blackleg1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.blackleg1_2"
        }
      }
    ]
  },
  //Weapons
  "weapons_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "weapons_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.weapons.title"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/z/weapons"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons4_2"
        }
      },
      {
        "padding_4@how_to_play_common.padding": {}
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons5"
        }
      },
      {
        "padding_5@how_to_play_common.padding": {}
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons6"
        }
      },
      {
        "padding_6@how_to_play_common.padding": {}
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons7"
        }
      },
      {
        "padding_7@how_to_play_common.padding": {}
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons8"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons8_2"
        }
      },
      {
        "padding_8@how_to_play_common.padding": {}
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons9"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons9_2"
        }
      },
      {
        "padding_9@how_to_play_common.padding": {}
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons10"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons10_2"
        }
      },
      {
        "padding_10@how_to_play_common.padding": {}
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons11"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons11_2"
        }
      },
      {
        "padding_11@how_to_play_common.padding": {}
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons12"
        }
      },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons12_2"
        }
      },
      {
        "padding_12@how_to_play_common.padding": {}
      },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons13"
        }
      },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons13_2"
        }
      },
      {
        "padding_13@how_to_play_common.padding": {}
      },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons14"
        }
      },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons14_2"
        }
      },
      {
        "padding_14@how_to_play_common.padding": {}
      },
      {
        "paragraph_15@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons15"
        }
      },
      {
        "paragraph_15@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons15_2"
        }
      },
      {
        "padding_15@how_to_play_common.padding": {}
      },
      {
        "paragraph_16@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons16"
        }
      },
      {
        "paragraph_16@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons16_2"
        }
      },
      {
        "padding_16@how_to_play_common.padding": {}
      },
      {
        "paragraph_17@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons17"
        }
      },
      {
        "paragraph_17@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons17_2"
        }
      },
      {
        "padding_17@how_to_play_common.padding": {}
      },
      {
        "paragraph_18@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons18"
        }
      },
      {
        "paragraph_18@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons18_2"
        }
      },
      {
        "padding_18@how_to_play_common.padding": {}
      },
      {
        "paragraph_19@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons19"
        }
      },
      {
        "paragraph_19@how_to_play_common.paragraph": {
          "$text": "howtoplay.style.text.weapons19_2"
        }
      },
      {
        "padding_19@how_to_play_common.padding": {}
      }
    ]
  },
  
  //Hakis
  
  //Haki Armament
  "hakiarm_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "hakiarm_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.hakiarm.title"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/wesl3y/stArmament"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "image_2@how_to_play_common.image": {
          "texture": "textures/wesl3y/stArmament2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiarmament3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "image_3@how_to_play_common.image": {
          "texture": "textures/wesl3y/stArmament3"
        }
      }
    ]
  },
  //Haki Observation
  "hakiobs_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "hakiobs_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.hakiobservation.title"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/wesl3y/stObservation"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "image_2@how_to_play_common.image": {
          "texture": "textures/wesl3y/stObservation2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiobservation3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "image_3@how_to_play_common.image": {
          "texture": "textures/wesl3y/stObservation3"
        }
      }
    ]
  },
  //Haki King
  "hakiking_secao@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "hakiking_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.hakiking.title"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking1_2"
        }
      },
      {
        "padding_1@how_to_play_common.padding": {}
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/wesl3y/stKing"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking2_2"
        }
      },
      {
        "padding_2@how_to_play_common.padding": {}
      },
      {
        "image_2@how_to_play_common.image": {
          "texture": "textures/wesl3y/stKing2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hakis.text.hakiking3_2"
        }
      },
      {
        "padding_3@how_to_play_common.padding": {}
      },
      {
        "image_3@how_to_play_common.image": {
          "texture": "textures/wesl3y/stKing3"
        }
      }
    ]
  }
}