X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.js;h=0b978d596686b8556f9cc3eaf0dbe1cd633a3db3;hb=4d2991a8d05b23222912fb904b436af5f4d740c2;hp=bd508b0886fdea3686a5b7669ee20e3cc212e269;hpb=064831a834d181b40a941dd2cf8727887a45671e;p=ultimatescore diff --git a/config.js b/config.js index bd508b0..0b978d5 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ var ultimateconfig = { 'tournament_title': 'Trøndisk 2019', - 'tournament_footer': 'plastkast.no | #trøndisk', + 'tournament_footer': 'www.plastkast.no | #trøndisk', 'exohack': false, // Share both sheets with ultimate-nm-2018@solskogen-cubemap.iam.gserviceaccount.com. @@ -15,7 +15,40 @@ var ultimateconfig = { 'Group C': [ 'Results!AA', 'Results!AB', 'Results!AC' ] }, - 'point_total_start_row': 10, - 'ranking_list_start_row': 17, - 'ranking_list_explain_row': 23 + 'point_total_start_row': 8, + 'ranking_list_start_row': 15, + 'ranking_list_explain_row': 21, + 'explain_third_cell': 'Results!S26', + + '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' ] + ], + 'playoff_games_start_row': 26, + 'playoff_games_cols': [ + [ 3, 4, 5, 6 ], + [ 8, 9, 10, 11 ], + [ 13, 14, 15, 16 ], + ] };