From 5653c007bb2f6095b9f538bbae472256be0a7bc9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 28 Feb 2020 00:25:47 +0100 Subject: [PATCH] Ole and Eivind want config changes. --- config.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config.js b/config.js index 6609828..93a518a 100644 --- a/config.js +++ b/config.js @@ -50,31 +50,31 @@ var ultimateconfig = { // Teams Field Row Match name Mark name Group name Game day (default 7) [ 'C5', 'A4', 0, 0, 'C5/A4', false, 'Playoffs 9th–13th', 6 ], [ 'B4', 'C4', 1, 0, 'B4/C4', false, 'Playoffs 9th–13th', 6 ], + [ 'X1', 'Y3', 0, 1, 'X1/Y3', false, 'Quarterfinals', 6 ], // Q1 + [ 'Z1', 'Y2', 1, 1, 'Z1/Y2', false, 'Quarterfinals', 6 ], // Q2 [ 'A4', 'B4', 0, 2, 'A4/B4', false, 'Playoffs 9th–13th', 6 ], - [ 'Z3', 'C5', 1, 2, 'Z3/C5', false, 'Playoffs 9th–13th',, 6 ], + [ 'Z3', 'C5', 1, 2, 'Z3/C5', false, 'Playoffs 9th–13th', 6 ], [ 'C4', 'Z3', 0, 8, 'C4/Z3', false, 'Playoffs 9th–13th' ], [ 'C5', 'B4', 1, 8, 'C5/B4', false, 'Playoffs 9th–13th' ], - [ 'X1', 'Y3', 0, 9, 'X1/Y3', false, 'Quarterfinals' ], // Q1 - [ 'Z1', 'Y2', 1, 9, 'Z1/Y2', false, 'Quarterfinals' ], // Q2 - [ 'X2', 'Z2', 0, 10, 'X2/Z2', false, 'Quarterfinals' ], // Q3 - [ 'Y1', 'X3', 1, 10, 'Y1/X3', false, 'Quarterfinals' ], // Q4 + [ 'X2', 'Z2', 0, 9, 'X2/Z2', false, 'Quarterfinals' ], // Q3 + [ 'Y1', 'X3', 1, 9, 'Y1/X3', false, 'Quarterfinals' ], // Q4 - [ 'C4', 'C5', 0, 11, 'C4/B5', false, 'Playoffs 9th–13th' ], - [ 'Z3', 'A4', 1, 11, 'Z3/A4', false, 'Playoffs 9th–13th' ], + [ 'C4', 'C5', 0, 10, 'C4/B5', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'A4', 1, 10, 'Z3/A4', false, 'Playoffs 9th–13th' ], - [ 'W X1/Y3', 'W Z1/Y2', 0, 12, 'Semi 1', true, 'Semifinals' ], - [ 'L X1/Y3', 'L Z1/Y3', 1, 12, 'L-semi 1', true, 'Playoffs 5th–8th' ], - [ 'W X2/Z2', 'W Y1/X3', 0, 13, 'Semi 2', true, 'Semifinals' ], - [ 'L X2/Z2', 'L Y1/X3', 1, 13, 'L-semi 2', true, 'Playoffs 5th–8th' ], + [ 'W X1/Y3', 'W Z1/Y2', 0, 11, 'Semi 1', true, 'Semifinals' ], + [ 'L X1/Y3', 'L Z1/Y3', 1, 11, 'L-semi 1', true, 'Playoffs 5th–8th' ], + [ 'W X2/Z2', 'W Y1/X3', 0, 12, 'Semi 2', true, 'Semifinals' ], + [ 'L X2/Z2', 'L Y1/X3', 1, 12, 'L-semi 2', true, 'Playoffs 5th–8th' ], - [ 'B4', 'Z3', 0, 14, 'B4/Z3', false, 'Playoffs 9th–13th' ], - [ 'A4', 'C4', 1, 14, 'A4/C4', false, 'Playoffs 9th–13th' ], + [ '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, 15, '5th', true, 'Match for 5th' ], - [ 'L L-semi 1', 'L L-semi 2', 1, 15, '7th', true, 'Match for 7th' ], - [ 'L semi 1', 'L semi 2', 0, 16, '3rd', true, 'Bronze final' ], - [ 'W semi 1', 'W semi 2', 0, 17, 'Final', true, 'Final' ] + [ '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', 1, 15, '3rd', true, 'Bronze final' ], + [ 'W semi 1', 'W semi 2', 0, 16, 'Final', true, 'Final' ] ], 'playoff_games_start_row': 19, 'playoff_games_cols': [ -- 2.39.2