From 6a695132a17d530a7038c05d496aac92b7b73fb5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 19 Feb 2020 22:47:12 +0100 Subject: [PATCH] Row number adjustments. --- config.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/config.js b/config.js index 7ce0b6a..090919f 100644 --- a/config.js +++ b/config.js @@ -35,8 +35,8 @@ var ultimateconfig = { // Rank, name, points. 'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ], 'point_total_start_row': null, - 'ranking_list_start_row': 33, - 'ranking_list_explain_row': 39 + 'ranking_list_start_row': 34, + 'ranking_list_explain_row': 40 } }, 'explain_third_cell': 'Results!S26', @@ -47,29 +47,29 @@ var ultimateconfig = { [ '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' ], + [ 'C4', 'Z3', 0, 8, 'C4/Z3', false, 'Playoffs 9th–13th' ], + [ 'C5', 'B4', 1, 8, '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 + [ 'C1', 'B2', 0, 9, 'C1/B2', false, 'Quarterfinals' ], // Q1 + [ 'A1', 'Y3', 1, 9, 'A1/Y3', false, 'Quarterfinals' ], // Q2 + [ 'A2', 'C2', 0, 10, 'A2/C2', false, 'Quarterfinals' ], // Q3 + [ 'B1', 'X3', 1, 10, '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' ], + [ 'C4', 'C5', 0, 11, 'C4/B5', false, 'Playoffs 9th–13th' ], + [ 'Z3', 'A4', 1, 11, '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' ], + [ 'W C1/B2', 'W A1/Y3', 0, 12, 'Semi 1', true, 'Semifinals' ], + [ 'L C1/B2', 'L A1/Y3', 1, 12, 'L-semi 1', true, 'Playoffs 5th–8th' ], + [ 'W A2/C2', 'W B1/X3', 0, 13, 'Semi 2', true, 'Semifinals' ], + [ 'L A2/C2', 'L B1/X3', 1, 13, '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' ], + [ 'B4', 'Z3', 0, 14, 'B4/Z3', false, 'Playoffs 9th–13th' ], + [ 'A4', 'C4', 1, 14, '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' ] + [ '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' ] ], 'playoff_games_start_row': 19, 'playoff_games_cols': [ -- 2.39.2