UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

2,008 lines 35.2 kB
import type { TournamentSuggestion } from "./tournament";

/**
 * A collection of common tournament suggestions
 */
export const TournamentsRoundRobinSuggestions: TournamentSuggestion[] = [
  {
    "key": "8S/2T/2MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      }
    ]
  },
  {
    "key": "9S/2T/2MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "10S/2T/2MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "11S/3T/3MK",
    "pools": [
      {
        "slots": 3,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 45
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      }
    ]
  },
  {
    "key": "12S/3T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      }
    ]
  },
  {
    "key": "13S/3T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "13S/4T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "14S/3T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "14S/4T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "14S/5T/3MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "15S/3T/3MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "15S/5T/3MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "15S/6T/3MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "16S/4T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      }
    ]
  },
  {
    "key": "17S/4T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "17S/5T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "18S/4T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "18S/6T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "18S/5T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "19S/4T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "19S/6T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "19S/7T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "20S/5T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      }
    ]
  },
  {
    "key": "20S/4T/4MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "20S/6T/4MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "20S/8T/4MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "21S/5T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "21S/6T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "22S/5T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "22S/6T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "22S/7T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "22S/7T/4MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "23S/7T/4MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "23S/8T/4MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "23S/5T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "23S/7T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 75
      }
    ]
  },
  {
    "key": "23S/8T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "24S/5T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "24S/7T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  },
  {
    "key": "24S/9T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "24S/8T/4MK",
    "pools": [
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "25S/7T/6MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "25S/5T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "25S/8T/5MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "26S/7T/6MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "26S/5T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      }
    ]
  },
  {
    "key": "26S/6T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "27S/5T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      }
    ]
  },
  {
    "key": "27S/7T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 0
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 130
      }
    ]
  },
  {
    "key": "27S/7T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "27S/7T/6MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "27S/8T/6MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "28S/5T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      }
    ]
  },
  {
    "key": "28S/8T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "28S/9T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 1,
        "duration": 130
      }
    ]
  },
  {
    "key": "29S/5T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      }
    ]
  },
  {
    "key": "29S/7T/7MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 150
      }
    ]
  },
  {
    "key": "29S/8T/7MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      }
    ]
  },
  {
    "key": "29S/9T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 150
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "29S/10T/5MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 75
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "30S/5T/5MK",
    "pools": [
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      },
      {
        "slots": 6,
        "tablesExcl": 1,
        "tablesShared": 0,
        "duration": 225
      }
    ]
  },
  {
    "key": "30S/8T/7MK",
    "pools": [
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 4,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 90
      },
      {
        "slots": 6,
        "tablesExcl": 2,
        "tablesShared": 0,
        "duration": 130
      }
    ]
  },
  {
    "key": "30S/9T/6MK",
    "pools": [
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      },
      {
        "slots": 5,
        "tablesExcl": 1,
        "tablesShared": 1,
        "duration": 105
      }
    ]
  }
];