{
  "sheetName": "s_gacha_shop",
  "schema": [
    {
      "sheet_name": "s_gacha_shop",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "is_selling",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "name",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "desc",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "shop_type",
      "type": "s_enum_table:ShopType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "gacha_type",
      "type": "s_enum_table:GachaType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "grade_image",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "display_color",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "bg_gacha_shop",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "product_order",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "common_cost_type",
      "type": "s_enum_table:CostType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "price",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "gacha_group_id",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_gacha_pool:group_id"
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "banner_image",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "banner_desc",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "product_image",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "product_prefab",
      "type": "string",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "is_free_to_obtain",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "free_to_obtain_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "gacha_ticket_id",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_item_table:id"
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "ticket_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_gacha_shop",
      "name": "gacha_drop_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    }
  ],
  "sheetData": [
    {
      "id": 100000,
      "is_selling": 1,
      "name": "gacha_common",
      "desc": "",
      "shop_type": 14,
      "gacha_type": 1,
      "grade_image": "Gacha_Title_Normal",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Normal_BG01",
      "product_order": 1,
      "common_cost_type": 1,
      "price": 500,
      "gacha_group_id": 100000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 1,
      "free_to_obtain_count": 1,
      "gacha_ticket_id": 1600,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 100001,
      "is_selling": 1,
      "name": "gacha_common",
      "desc": "",
      "shop_type": 14,
      "gacha_type": 1,
      "grade_image": "Gacha_Title_Normal",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Normal_BG01",
      "product_order": 2,
      "common_cost_type": 1,
      "price": 5000,
      "gacha_group_id": 100000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1600,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 120000,
      "is_selling": 1,
      "name": "gacha_saya",
      "desc": "",
      "shop_type": 15,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Saya_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 120000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 120001,
      "is_selling": 1,
      "name": "gacha_saya",
      "desc": "",
      "shop_type": 15,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Saya_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 120000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 130000,
      "is_selling": 1,
      "name": "gacha_yuuki",
      "desc": "",
      "shop_type": 16,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Yuuki_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 130000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 130001,
      "is_selling": 1,
      "name": "gacha_yuuki",
      "desc": "",
      "shop_type": 16,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Yuuki_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 130000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 140000,
      "is_selling": 1,
      "name": "gacha_erisa",
      "desc": "",
      "shop_type": 17,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Erisa_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 140000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 140001,
      "is_selling": 1,
      "name": "gacha_erisa",
      "desc": "",
      "shop_type": 17,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Erisa_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 140000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 150000,
      "is_selling": 1,
      "name": "gacha_kuroha",
      "desc": "",
      "shop_type": 18,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Kuroha_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 150000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 150001,
      "is_selling": 1,
      "name": "gacha_kuroha",
      "desc": "",
      "shop_type": 18,
      "gacha_type": 2,
      "grade_image": "Gacha_Title_Pickup",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Angel_Kuroha_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 150000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1700,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 160000,
      "is_selling": 1,
      "name": "gacha_joker_normal",
      "desc": "",
      "shop_type": 23,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Normal",
      "display_color": [
        "C2D7FF"
      ],
      "bg_gacha_shop": "Gacha_JokerBasic_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 160000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 1,
      "free_to_obtain_count": 1,
      "gacha_ticket_id": 1800,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 160001,
      "is_selling": 1,
      "name": "gacha_joker_normal",
      "desc": "",
      "shop_type": 23,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Normal",
      "display_color": [
        "C2D7FF"
      ],
      "bg_gacha_shop": "Gacha_JokerBasic_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 160000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 170000,
      "is_selling": 1,
      "name": "gacha_joker_special",
      "desc": "",
      "shop_type": 32,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Rare",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Joker_Special_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 300,
      "gacha_group_id": 170000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 1,
      "gacha_drop_count": 1
    },
    {
      "id": 170001,
      "is_selling": 1,
      "name": "gacha_joker_special",
      "desc": "",
      "shop_type": 32,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Rare",
      "display_color": [
        "7DEFFA"
      ],
      "bg_gacha_shop": "Gacha_Joker_Special_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 3000,
      "gacha_group_id": 170000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 10,
      "gacha_drop_count": 10
    },
    {
      "id": 180000,
      "is_selling": 1,
      "name": "gacha_joker_pickup_flower_merchant_jewel_box",
      "desc": "",
      "shop_type": 33,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Speical",
      "display_color": [
        "FFE7AE"
      ],
      "bg_gacha_shop": "Gacha_Joker_Flower_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 600,
      "gacha_group_id": 180000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 2,
      "gacha_drop_count": 1
    },
    {
      "id": 180001,
      "is_selling": 1,
      "name": "gacha_joker_pickup_flower_merchant_jewel_box",
      "desc": "",
      "shop_type": 33,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Speical",
      "display_color": [
        "FFE7AE"
      ],
      "bg_gacha_shop": "Gacha_Joker_Flower_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 6000,
      "gacha_group_id": 180000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 20,
      "gacha_drop_count": 10
    },
    {
      "id": 190000,
      "is_selling": 1,
      "name": "gacha_joker_pickup_taboo_package",
      "desc": "",
      "shop_type": 34,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Speical",
      "display_color": [
        "7DEFFA",
        "BCFF83"
      ],
      "bg_gacha_shop": "Gacha_Joker_Taboo_BG",
      "product_order": 1,
      "common_cost_type": 2,
      "price": 600,
      "gacha_group_id": 190000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 2,
      "gacha_drop_count": 1
    },
    {
      "id": 190001,
      "is_selling": 1,
      "name": "gacha_joker_pickup_taboo_package",
      "desc": "",
      "shop_type": 34,
      "gacha_type": 3,
      "grade_image": "Gacha_Title_Speical",
      "display_color": [
        "7DEFFA",
        "BCFF83"
      ],
      "bg_gacha_shop": "Gacha_Joker_Taboo_BG",
      "product_order": 2,
      "common_cost_type": 2,
      "price": 6000,
      "gacha_group_id": 190000,
      "banner_image": "",
      "banner_desc": "",
      "product_image": "",
      "product_prefab": "",
      "is_free_to_obtain": 0,
      "free_to_obtain_count": 0,
      "gacha_ticket_id": 1800,
      "ticket_count": 20,
      "gacha_drop_count": 10
    }
  ]
}