{
  "sheetName": "s_tutorial_table",
  "schema": [
    {
      "sheet_name": "s_tutorial_table",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "group",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "order",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "after_conversation",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_conversation_group_table:id"
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "can_skip",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "desc_string",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "trigger_type",
      "type": "s_enum_table:TutorialTriggerType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "trigger_target",
      "type": "s_enum_table:TutorialTriggerTarget",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "speaker_type",
      "type": "s_enum_table:TutorialSpeakerType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "guidebox_pivot",
      "type": "s_enum_table:Tutorialguideboxpivot_Type",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "guidebox_pos",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "guidebox_size",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "message_pos",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "message_pivot",
      "type": "s_enum_table:TutorialMessagePivot",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "safe_area",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "scene",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "overlay",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "selected_card_position",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "joker_slot_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "joker_id",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    },
    {
      "sheet_name": "s_tutorial_table",
      "name": "chapter_id",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    }
  ],
  "sheetData": [
    {
      "id": 1,
      "group": 1,
      "order": 1,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 1,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0"
      ],
      "message_pos": "200",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "None",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 2,
      "group": 1,
      "order": 2,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_02",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 1,
      "guidebox_pivot": 2,
      "guidebox_pos": [
        "0",
        " -35"
      ],
      "guidebox_size": [
        "420",
        " 230"
      ],
      "message_pos": "-500",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_02",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 3,
      "group": 1,
      "order": 3,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_03",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 1,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "200",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "None",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 4,
      "group": 1,
      "order": 4,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_04",
      "trigger_type": 2,
      "trigger_target": 1,
      "speaker_type": 1,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "-274",
        " -382"
      ],
      "guidebox_size": [
        "547",
        " 302"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_04",
      "selected_card_position": [
        "0",
        " 1",
        " 2",
        " 3"
      ],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 5,
      "group": 1,
      "order": 5,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_05",
      "trigger_type": 2,
      "trigger_target": 2,
      "speaker_type": 1,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-375",
        " 30"
      ],
      "guidebox_size": [
        "330",
        " 160"
      ],
      "message_pos": "400",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_05",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 6,
      "group": 1,
      "order": 6,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_08",
      "trigger_type": 2,
      "trigger_target": 15,
      "speaker_type": 1,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_11",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [
        "1001",
        "1026",
        " 1023",
        " 1009",
        " 1003",
        " 1024",
        " 1014",
        " 1037",
        " 1056",
        " 1030"
      ],
      "chapter_id": 3000
    },
    {
      "id": 7,
      "group": 1,
      "order": 7,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_09",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 1,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0"
      ],
      "message_pos": "-100",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "None",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 8,
      "group": 1,
      "order": 8,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_12",
      "trigger_type": 2,
      "trigger_target": 3,
      "speaker_type": 1,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "-295",
        " -612"
      ],
      "guidebox_size": [
        "455",
        " 144"
      ],
      "message_pos": "-100",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_12",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 9,
      "group": 1,
      "order": 9,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_10",
      "trigger_type": 2,
      "trigger_target": 2,
      "speaker_type": 1,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-375",
        " 30"
      ],
      "guidebox_size": [
        "330",
        " 160"
      ],
      "message_pos": "300",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_13",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 10,
      "group": 1,
      "order": 10,
      "after_conversation": 1,
      "can_skip": 1,
      "desc_string": "tut_first_battle_11",
      "trigger_type": 2,
      "trigger_target": 16,
      "speaker_type": 1,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_FirstBattle_14",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 11,
      "group": 3,
      "order": 1,
      "after_conversation": 2,
      "can_skip": 1,
      "desc_string": "tut_lobby_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_01",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 12,
      "group": 3,
      "order": 2,
      "after_conversation": 2,
      "can_skip": 1,
      "desc_string": "tut_lobby_02",
      "trigger_type": 2,
      "trigger_target": 4,
      "speaker_type": 2,
      "guidebox_pivot": 9,
      "guidebox_pos": [
        "-10",
        " 210"
      ],
      "guidebox_size": [
        "420",
        " 195"
      ],
      "message_pos": "500",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_02",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 13,
      "group": 3,
      "order": 3,
      "after_conversation": 3,
      "can_skip": 1,
      "desc_string": "tut_ready_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_03",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 14,
      "group": 3,
      "order": 4,
      "after_conversation": 3,
      "can_skip": 1,
      "desc_string": "tut_ready_02",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 11,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0",
        " 170",
        " -135"
      ],
      "message_pos": "-1100",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_04",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 15,
      "group": 3,
      "order": 5,
      "after_conversation": 3,
      "can_skip": 1,
      "desc_string": "tut_ready_03",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 12,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0",
        " 115",
        " 147"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_05",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 16,
      "group": 3,
      "order": 6,
      "after_conversation": 3,
      "can_skip": 1,
      "desc_string": "tut_ready_04",
      "trigger_type": 2,
      "trigger_target": 5,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "70",
        " 32"
      ],
      "guidebox_size": [
        "820",
        " 115"
      ],
      "message_pos": "200",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_06",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 17,
      "group": 3,
      "order": 7,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "0",
        " 665"
      ],
      "guidebox_size": [
        "990",
        " 160"
      ],
      "message_pos": "400",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_01",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 18,
      "group": 3,
      "order": 8,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_02",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "0",
        " -405"
      ],
      "guidebox_size": [
        "1083",
        " 270"
      ],
      "message_pos": "-100",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_02",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 19,
      "group": 3,
      "order": 9,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_03",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "0",
        " 25"
      ],
      "guidebox_size": [
        "1280",
        " 170"
      ],
      "message_pos": "300",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_03",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 20,
      "group": 3,
      "order": 10,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_04",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "420",
        " 399"
      ],
      "guidebox_size": [
        "240",
        " 90"
      ],
      "message_pos": "200",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_04",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 21,
      "group": 3,
      "order": 11,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_05",
      "trigger_type": 2,
      "trigger_target": 3,
      "speaker_type": 2,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "-295",
        " -612"
      ],
      "guidebox_size": [
        "455",
        " 144"
      ],
      "message_pos": "-300",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_05",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 22,
      "group": 3,
      "order": 12,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "",
      "trigger_type": 2,
      "trigger_target": 2,
      "speaker_type": 0,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-375",
        " 30"
      ],
      "guidebox_size": [
        "330",
        " 160"
      ],
      "message_pos": "0",
      "message_pivot": 0,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3000
    },
    {
      "id": 23,
      "group": 3,
      "order": 13,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_shop_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "1500",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_06",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 24,
      "group": 3,
      "order": 14,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_shop_02",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "1500",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_07",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 25,
      "group": 3,
      "order": 15,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_shop_03",
      "trigger_type": 2,
      "trigger_target": 6,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-100",
        " 1080"
      ],
      "guidebox_size": [
        "200",
        " 340"
      ],
      "message_pos": "1500",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_08",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 26,
      "group": 3,
      "order": 16,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_shop_04",
      "trigger_type": 2,
      "trigger_target": 8,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "372",
        " 440"
      ],
      "guidebox_size": [
        "335",
        " 120"
      ],
      "message_pos": "700",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_09",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 27,
      "group": 3,
      "order": 17,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_shop_05",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "700",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_10",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 28,
      "group": 3,
      "order": 18,
      "after_conversation": 4,
      "can_skip": 1,
      "desc_string": "tut_ingame_end_01",
      "trigger_type": 2,
      "trigger_target": 7,
      "speaker_type": 2,
      "guidebox_pivot": 5,
      "guidebox_pos": [
        "0",
        " -698"
      ],
      "guidebox_size": [
        "615",
        " 170"
      ],
      "message_pos": "700",
      "message_pivot": 2,
      "safe_area": "false",
      "scene": "InGame",
      "overlay": "Tutorial_SecondBattle_10",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 3001
    },
    {
      "id": 29,
      "group": 3,
      "order": 19,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_chapter_clear_01",
      "trigger_type": 1,
      "trigger_target": 17,
      "speaker_type": 0,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "0",
        " 0"
      ],
      "message_pos": "300",
      "message_pivot": 3,
      "safe_area": "false",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_07",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 30,
      "group": 3,
      "order": 20,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_chapter_clear_02",
      "trigger_type": 1,
      "trigger_target": 17,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "300",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_07",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 31,
      "group": 3,
      "order": 21,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_chapter_clear_03",
      "trigger_type": 2,
      "trigger_target": 18,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-440",
        " 28"
      ],
      "guidebox_size": [
        "165",
        " 128"
      ],
      "message_pos": "300",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_08",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 32,
      "group": 3,
      "order": 22,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "",
      "trigger_type": 2,
      "trigger_target": 11,
      "speaker_type": 0,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-440",
        " 28"
      ],
      "guidebox_size": [
        "165",
        " 128"
      ],
      "message_pos": "0",
      "message_pivot": 0,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_09",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 33,
      "group": 4,
      "order": 1,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_gacha_01",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_10",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 34,
      "group": 4,
      "order": 2,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_gacha_02",
      "trigger_type": 2,
      "trigger_target": 9,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "417",
        " 15"
      ],
      "guidebox_size": [
        "180",
        " 200"
      ],
      "message_pos": "400",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_11",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 35,
      "group": 4,
      "order": 3,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_gacha_03",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "0",
      "message_pivot": 2,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_12",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 36,
      "group": 4,
      "order": 4,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_gacha_04",
      "trigger_type": 2,
      "trigger_target": 10,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-228",
        " 159"
      ],
      "guidebox_size": [
        "456",
        " 193"
      ],
      "message_pos": "450",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_13",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 37,
      "group": 4,
      "order": 5,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_gacha_05",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "450",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_13",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 38,
      "group": 4,
      "order": 6,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "",
      "trigger_type": 2,
      "trigger_target": 9,
      "speaker_type": 0,
      "guidebox_pivot": 7,
      "guidebox_pos": [
        "0",
        " 0"
      ],
      "guidebox_size": [
        "370",
        " 158"
      ],
      "message_pos": "0",
      "message_pivot": 0,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_14",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 39,
      "group": 4,
      "order": 7,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "",
      "trigger_type": 2,
      "trigger_target": 11,
      "speaker_type": 0,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-440",
        " 28"
      ],
      "guidebox_size": [
        "165",
        " 128"
      ],
      "message_pos": "0",
      "message_pivot": 0,
      "safe_area": "true",
      "scene": "",
      "overlay": "Tutorial_OutGame_15",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 40,
      "group": 5,
      "order": 8,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_01",
      "trigger_type": 2,
      "trigger_target": 12,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "-417",
        " 15"
      ],
      "guidebox_size": [
        "180",
        " 200"
      ],
      "message_pos": "400",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_16",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 41,
      "group": 5,
      "order": 9,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_02",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "-500",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_17",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 42,
      "group": 5,
      "order": 10,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_03",
      "trigger_type": 2,
      "trigger_target": 13,
      "speaker_type": 2,
      "guidebox_pivot": 2,
      "guidebox_pos": [
        "-11",
        " -155"
      ],
      "guidebox_size": [
        "1016",
        " 443"
      ],
      "message_pos": "-700",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_18",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 43,
      "group": 5,
      "order": 11,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_04",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "-500",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_19",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 44,
      "group": 5,
      "order": 12,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_05",
      "trigger_type": 2,
      "trigger_target": 14,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "0",
        " 692"
      ],
      "guidebox_size": [
        "585",
        " 130"
      ],
      "message_pos": "900",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_20",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 45,
      "group": 5,
      "order": 13,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_06",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 8,
      "guidebox_pos": [
        "0",
        " 390"
      ],
      "guidebox_size": [
        "800",
        " 105"
      ],
      "message_pos": "600",
      "message_pivot": 3,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_21",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    },
    {
      "id": 46,
      "group": 5,
      "order": 14,
      "after_conversation": 5,
      "can_skip": 1,
      "desc_string": "tut_manage_07",
      "trigger_type": 1,
      "trigger_target": 0,
      "speaker_type": 2,
      "guidebox_pivot": 0,
      "guidebox_pos": [
        "100",
        " 100"
      ],
      "guidebox_size": [
        "100",
        " 100"
      ],
      "message_pos": "-500",
      "message_pivot": 1,
      "safe_area": "true",
      "scene": "Lobby",
      "overlay": "Tutorial_OutGame_22",
      "selected_card_position": [],
      "joker_slot_count": 10,
      "joker_id": [],
      "chapter_id": 0
    }
  ]
}