From 5c9178f03c9bae948a266447a0c3b323daf190b5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 17 Feb 2020 20:34:59 +0100 Subject: [PATCH] =?utf8?q?Update=20tournament=20config=20to=20the=20one=20?= =?utf8?q?we=20actually=20ran=20at=20Tr=C3=B8ndisk.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index 2985a88..0b978d5 100644 --- a/config.js +++ b/config.js @@ -25,20 +25,21 @@ var ultimateconfig = { [ 'X5', 'Y5', 0, 0, 'X5/Y5', false, 'Playoffs 13th–15th' ], [ 'X1', 'Y2', 1, 0, 'X1/Y2', false, 'Quarterfinals' ], // s1 - [ 'X2', 'Y3', 0, 1, 'X2/Y3', false, 'Quarterfinals' ], // s3 + [ 'X2', 'Y3', 2, 1, 'X2/Y3', false, 'Quarterfinals' ], // s3 [ 'Y1', 'Z2', 1, 1, 'Y1/Z2', false, 'Quarterfinals' ], // s4 - [ 'Z1', 'X3', 2, 1, 'Z1/X3', false, 'Quarterfinals' ], // s2 + [ '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' ], - [ 'Y3', 'Z3', 2, 2, 'Y3/Z3', false, 'Playoffs 9th–12th' ], + [ '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 Y3/Z3', 0, 5, '9th', true, 'Match for 9th' ], - [ 'L X4/Z3', 'L Y3/Z3', 1, 5, '11th', true, 'Match for 11th' ], + [ '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' ], -- 2.39.2