{
  "sheetName": "s_story_chapter_table",
  "schema": [
    {
      "sheet_name": "s_story_chapter_table",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "chapter",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "chapter_type",
      "type": "s_enum_table:GameMode",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "boss_previrew_image",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "boss_img",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "boss_prefab_name",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "chapter_name",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_story_chapter_table",
      "name": "chapter_desc",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    }
  ],
  "sheetData": [
    {
      "id": 3000,
      "chapter": 0,
      "chapter_type": 4,
      "boss_previrew_image": "00_Lisera_preview",
      "boss_img": "00_Lisera",
      "boss_prefab_name": "boss_00_Lisera",
      "chapter_name": "chapter_tutorial",
      "chapter_desc": "chapter_desc_tutorial"
    },
    {
      "id": 3001,
      "chapter": 0,
      "chapter_type": 4,
      "boss_previrew_image": "00_Lisera_preview",
      "boss_img": "00_Lisera",
      "boss_prefab_name": "boss_00_Lisera",
      "chapter_name": "chapter_tutorial",
      "chapter_desc": "chapter_desc_tutorial"
    },
    {
      "id": 300001,
      "chapter": 1,
      "chapter_type": 1,
      "boss_previrew_image": "01_Rose_preview",
      "boss_img": "01_Rose",
      "boss_prefab_name": "boss_01_Rose",
      "chapter_name": "chapter_name_1",
      "chapter_desc": "chapter_desc_1"
    },
    {
      "id": 300002,
      "chapter": 2,
      "chapter_type": 1,
      "boss_previrew_image": "02_Tsukasa_preview",
      "boss_img": "02_Tsukasa",
      "boss_prefab_name": "boss_02_Tsukasa",
      "chapter_name": "chapter_name_2",
      "chapter_desc": "chapter_desc_2"
    },
    {
      "id": 300003,
      "chapter": 3,
      "chapter_type": 1,
      "boss_previrew_image": "03_Maya_preview",
      "boss_img": "03_Maya",
      "boss_prefab_name": "boss_03_Maya",
      "chapter_name": "chapter_name_3",
      "chapter_desc": "chapter_desc_3"
    },
    {
      "id": 300004,
      "chapter": 4,
      "chapter_type": 1,
      "boss_previrew_image": "04_Kanemura_preview",
      "boss_img": "04_Kanemura",
      "boss_prefab_name": "boss_04_Kanemura",
      "chapter_name": "chapter_name_4",
      "chapter_desc": "chapter_desc_4"
    },
    {
      "id": 300005,
      "chapter": 5,
      "chapter_type": 1,
      "boss_previrew_image": "05_Shigure_preview",
      "boss_img": "05_Shigure",
      "boss_prefab_name": "boss_05_Shigure",
      "chapter_name": "chapter_name_5",
      "chapter_desc": "chapter_desc_5"
    },
    {
      "id": 300006,
      "chapter": 6,
      "chapter_type": 1,
      "boss_previrew_image": "06_Edel_preview",
      "boss_img": "06_Edel",
      "boss_prefab_name": "boss_06_Edel",
      "chapter_name": "chapter_name_6",
      "chapter_desc": "chapter_desc_6"
    },
    {
      "id": 300007,
      "chapter": 7,
      "chapter_type": 1,
      "boss_previrew_image": "07_Iris_preview",
      "boss_img": "07_Iris",
      "boss_prefab_name": "boss_07_Iris",
      "chapter_name": "chapter_name_7",
      "chapter_desc": "chapter_desc_7"
    },
    {
      "id": 300008,
      "chapter": 8,
      "chapter_type": 1,
      "boss_previrew_image": "08_Kanna_preview",
      "boss_img": "08_Kanna",
      "boss_prefab_name": "boss_08_Kanna",
      "chapter_name": "chapter_name_8",
      "chapter_desc": "chapter_desc_8"
    },
    {
      "id": 300009,
      "chapter": 9,
      "chapter_type": 1,
      "boss_previrew_image": "09_Karakuri_preview",
      "boss_img": "09_Karakuri",
      "boss_prefab_name": "boss_09_Karakuri",
      "chapter_name": "chapter_name_9",
      "chapter_desc": "chapter_desc_9"
    },
    {
      "id": 300010,
      "chapter": 10,
      "chapter_type": 1,
      "boss_previrew_image": "10_Arvelle_preview",
      "boss_img": "10_Arvelle",
      "boss_prefab_name": "boss_10_Arvelle",
      "chapter_name": "chapter_name_10",
      "chapter_desc": "chapter_desc_10"
    }
  ]
}