From ac16529a01694e4dc32b47bf8d7d1ccf63a22de3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 19 Feb 2020 21:20:25 +0100 Subject: [PATCH] Update playoffs for US4 (not done yet). --- config.js | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/config.js b/config.js index d703f97..50ff0b8 100644 --- a/config.js +++ b/config.js @@ -23,30 +23,35 @@ var ultimateconfig = { 'playoff_games': [ // Teams Field Row Match name Mark name Group name - [ 'X5', 'Y5', 0, 0, 'X5/Y5', false, 'Playoffs 13th–15th' ], - - [ 'X1', 'Y2', 1, 0, 'X1/Y2', false, 'Quarterfinals' ], // s1 - [ 'X2', 'Y3', 2, 1, 'X2/Y3', false, 'Quarterfinals' ], // s3 - [ 'Y1', 'Z2', 1, 1, 'Y1/Z2', false, 'Quarterfinals' ], // s4 - [ 'Z1', 'X3', 0, 1, 'Z1/X3', false, 'Quarterfinals' ], // s2 - - [ 'X4', 'Z3', 0, 2, 'X4/Z3', false, 'Playoffs 9th–12th' ], - [ 'X5', 'Z5', 1, 2, 'X5/Z5', false, 'Playoffs 13th–15th' ], - [ 'Y4', 'Z4', 2, 2, 'Y4/Z4', false, 'Playoffs 9th–12th' ], - - [ 'W X1/Y2', 'W Z1/X3', 0, 3, 'Semi 1', true, 'Semifinals' ], // - [ 'L X1/Y2', 'L Z1/X3', 1, 3, 'L-semi 1', true, 'Playoffs 5th–8th' ], - [ 'W X2/Y3', 'W Y1/Z2', 0, 4, 'Semi 2', true, 'Semifinals' ], - [ 'L X2/Y3', 'L Y1/Z2', 1, 4, 'L-semi 2', true, 'Playoffs 5th–8th' ], - [ 'Y5', 'Z5', 2, 4, 'Y5/Z5', false, 'Playoffs 13th–15th' ], - [ 'W X4/Z3', 'W Y4/Z4', 0, 5, '9th', true, 'Match for 9th' ], - [ 'L X4/Z3', 'L Y4/Z4', 1, 5, '11th', true, 'Match for 11th' ], - [ 'L semi 1', 'L semi 2', 0, 6, '3rd', true, 'Bronze final' ], - [ 'W L-semi 1', 'W L-semi 2', 1, 6, '5th', true, 'Match for 5th' ], - [ 'L L-semi 1', 'L L-semi 2', 2, 6, '7th', true, 'Match for 7th' ], - [ 'W semi 1', 'W semi 2', 0, 7, 'Final', true, 'Final' ] + [ 'C5', 'A4', 0, 0, 'C5/A4', false, 'Playoffs 9th–13th' ], + [ 'B4', 'C4', 1, 0, 'B4/C4', false, 'Playoffs 9th–13th' ], + [ 'A4', 'B4', 0, 2, 'A4/B4', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'C5', 1, 2, 'Z3/C5', false, 'Playoffs 9th–13th' ], + [ 'C4', 'Z3', 0, 7, 'C4/Z3', false, 'Playoffs 9th–13th' ], + [ 'C5', 'B4', 1, 7, 'C5/B4', false, 'Playoffs 9th–13th' ], + + [ 'C1', 'B2', 0, 8, 'C1/B2', false, 'Quarterfinals' ], // Q1 + [ 'A1', 'Y3', 1, 8, 'A1/Y3', false, 'Quarterfinals' ], // Q2 + [ 'A2', 'C2', 0, 9, 'A2/C2', false, 'Quarterfinals' ], // Q3 + [ 'B1', 'X3', 1, 9, 'B1/X3', false, 'Quarterfinals' ], // Q4 + + [ 'C4', 'C5', 0, 10, 'C4/B5', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'A4', 1, 10, 'Z3/A4', false, 'Playoffs 9th–13th' ], + + [ 'W C1/B2', 'W A1/Y3', 0, 11, 'Semi 1', true, 'Semifinals' ], + [ 'L C1/B2', 'L A1/Y3', 1, 11, 'L-semi 1', true, 'Playoffs 5th–8th' ], + [ 'W A2/C2', 'W B1/X3', 0, 12, 'Semi 2', true, 'Semifinals' ], + [ 'L A2/C2', 'L B1/X3', 1, 12, 'L-semi 2', true, 'Playoffs 5th–8th' ], + + [ 'B4', 'Z3', 0, 13, 'B4/Z3', false, 'Playoffs 9th–13th' ], + [ 'A4', 'C4', 1, 13, 'A4/C4', false, 'Playoffs 9th–13th' ], + + [ 'W L-semi 1', 'W L-semi 2', 0, 14, '5th', true, 'Match for 5th' ], + [ 'L L-semi 1', 'L L-semi 2', 1, 14, '7th', true, 'Match for 7th' ], + [ 'L semi 1', 'L semi 2', 0, 15, '3rd', true, 'Bronze final' ], + [ 'W semi 1', 'W semi 2', 0, 16, 'Final', true, 'Final' ] ], - 'playoff_games_start_row': 26, + 'playoff_games_start_row': 19, 'playoff_games_cols': [ [ 3, 4, 5, 6 ], [ 8, 9, 10, 11 ], -- 2.39.2