{
  "sheetName": "s_poker_hand_rule",
  "schema": [
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "type",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "pokerhand",
      "type": "s_enum_table:EpCpPokerHand",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "score",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "multiplier",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "lv_up_add_attack",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "lv_up_add_mult",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "is_active",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "priority",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "is_same_suit",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "is_same_rank",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "required_cards",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "pair_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "triple_count",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "is_continuous",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "allow_wrap_around",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "sequence_step",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_poker_hand_rule",
      "name": "special_hand_card_array",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    }
  ],
  "sheetData": [
    {
      "id": 10001,
      "type": 1,
      "pokerhand": 1,
      "score": 5,
      "multiplier": 1,
      "lv_up_add_attack": 10,
      "lv_up_add_mult": 1,
      "is_active": 1,
      "priority": 100,
      "is_same_suit": 0,
      "is_same_rank": 0,
      "required_cards": 1,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10002,
      "type": 1,
      "pokerhand": 2,
      "score": 10,
      "multiplier": 2,
      "lv_up_add_attack": 15,
      "lv_up_add_mult": 1,
      "is_active": 1,
      "priority": 200,
      "is_same_suit": 0,
      "is_same_rank": 1,
      "required_cards": 2,
      "pair_count": 1,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10003,
      "type": 1,
      "pokerhand": 3,
      "score": 20,
      "multiplier": 2,
      "lv_up_add_attack": 20,
      "lv_up_add_mult": 1,
      "is_active": 1,
      "priority": 300,
      "is_same_suit": 0,
      "is_same_rank": 1,
      "required_cards": 4,
      "pair_count": 2,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10004,
      "type": 1,
      "pokerhand": 4,
      "score": 30,
      "multiplier": 3,
      "lv_up_add_attack": 20,
      "lv_up_add_mult": 2,
      "is_active": 1,
      "priority": 400,
      "is_same_suit": 0,
      "is_same_rank": 1,
      "required_cards": 3,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10005,
      "type": 1,
      "pokerhand": 5,
      "score": 30,
      "multiplier": 4,
      "lv_up_add_attack": 30,
      "lv_up_add_mult": 3,
      "is_active": 1,
      "priority": 500,
      "is_same_suit": 0,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 1,
      "allow_wrap_around": 0,
      "sequence_step": 1,
      "special_hand_card_array": []
    },
    {
      "id": 10006,
      "type": 1,
      "pokerhand": 7,
      "score": 35,
      "multiplier": 4,
      "lv_up_add_attack": 15,
      "lv_up_add_mult": 2,
      "is_active": 1,
      "priority": 700,
      "is_same_suit": 1,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10007,
      "type": 1,
      "pokerhand": 8,
      "score": 40,
      "multiplier": 4,
      "lv_up_add_attack": 25,
      "lv_up_add_mult": 2,
      "is_active": 1,
      "priority": 800,
      "is_same_suit": 0,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 1,
      "triple_count": 1,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10008,
      "type": 1,
      "pokerhand": 9,
      "score": 60,
      "multiplier": 7,
      "lv_up_add_attack": 30,
      "lv_up_add_mult": 3,
      "is_active": 1,
      "priority": 900,
      "is_same_suit": 0,
      "is_same_rank": 1,
      "required_cards": 4,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10009,
      "type": 1,
      "pokerhand": 10,
      "score": 100,
      "multiplier": 8,
      "lv_up_add_attack": 40,
      "lv_up_add_mult": 4,
      "is_active": 1,
      "priority": 1000,
      "is_same_suit": 1,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 1,
      "allow_wrap_around": 0,
      "sequence_step": 1,
      "special_hand_card_array": []
    },
    {
      "id": 10010,
      "type": 1,
      "pokerhand": 11,
      "score": 100,
      "multiplier": 8,
      "lv_up_add_attack": 40,
      "lv_up_add_mult": 4,
      "is_active": 1,
      "priority": 1100,
      "is_same_suit": 1,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 1,
      "allow_wrap_around": 0,
      "sequence_step": 1,
      "special_hand_card_array": [
        "101",
        "110",
        "111",
        "112",
        "113]",
        "[201",
        "210",
        "211",
        "212",
        "213]",
        "[301",
        "310",
        "311",
        "312",
        "313]",
        "[401",
        "410",
        "411",
        "412",
        "413"
      ]
    },
    {
      "id": 10011,
      "type": 2,
      "pokerhand": 12,
      "score": 120,
      "multiplier": 12,
      "lv_up_add_attack": 35,
      "lv_up_add_mult": 3,
      "is_active": 1,
      "priority": 1200,
      "is_same_suit": 0,
      "is_same_rank": 1,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10012,
      "type": 2,
      "pokerhand": 13,
      "score": 140,
      "multiplier": 14,
      "lv_up_add_attack": 40,
      "lv_up_add_mult": 4,
      "is_active": 1,
      "priority": 1300,
      "is_same_suit": 1,
      "is_same_rank": 0,
      "required_cards": 5,
      "pair_count": 1,
      "triple_count": 1,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    },
    {
      "id": 10013,
      "type": 2,
      "pokerhand": 14,
      "score": 160,
      "multiplier": 16,
      "lv_up_add_attack": 50,
      "lv_up_add_mult": 3,
      "is_active": 1,
      "priority": 1400,
      "is_same_suit": 1,
      "is_same_rank": 1,
      "required_cards": 5,
      "pair_count": 0,
      "triple_count": 0,
      "is_continuous": 0,
      "allow_wrap_around": 0,
      "sequence_step": 0,
      "special_hand_card_array": []
    }
  ]
}