X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.js;h=ff5520d7849f66f84bc577bdf93c9ff4b411a858;hb=62acd54d7e0d27c056de5e7a106be803c3dc2f4e;hp=96bd5b4154e064490d7f6111cec0f36b701225be;hpb=dc53f766c8bfc837fd43b1174558dbd5e2420bcd;p=ultimatescore diff --git a/config.js b/config.js index 96bd5b4..ff5520d 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ var ultimateconfig = { 'tournament_title': 'Battle for Oak Hill 2020', 'tournament_footer': 'www.plastkast.no | #oakhill', - 'exohack': false, + 'exohack': true, // Share both sheets with ultimate-nm-2018@solskogen-cubemap.iam.gserviceaccount.com. 'score_sheet_id': '1vEKBGGG0DYkQUcePY9EHFaT1Nj_Ops57xHzKvIBCloU', @@ -15,28 +15,28 @@ var ultimateconfig = { 'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ], 'point_total_start_row': 8, 'ranking_list_start_row': 15, - 'ranking_list_explain_row': 21 + 'ranking_list_explain_cell': 'Results!S21' }, 'Group B': { // Rank, name, points. 'score_sheet_cols': [ 'Results!W', 'Results!X', 'Results!Y' ], 'point_total_start_row': 8, 'ranking_list_start_row': 15, - 'ranking_list_explain_row': 21 + 'ranking_list_explain_cell': 'Results!W21' }, 'Group C': { // Rank, name, points. 'score_sheet_cols': [ 'Results!AA', 'Results!AB', 'Results!AC' ], 'point_total_start_row': 8, 'ranking_list_start_row': 15, - 'ranking_list_explain_row': 21 + 'ranking_list_explain_cell': 'Results!AA21' }, 'Playoffs 9th-13th': { // Rank, name, points. 'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ], 'point_total_start_row': null, 'ranking_list_start_row': 34, - 'ranking_list_explain_row': 40 + 'ranking_list_explain_cell': 'Results!W34' } }, 'explain_third_cell': 'Results!S26', @@ -50,18 +50,18 @@ var ultimateconfig = { [ 'C4', 'Z3', 0, 8, 'C4/Z3', false, 'Playoffs 9th–13th' ], [ 'C5', 'B4', 1, 8, 'C5/B4', false, 'Playoffs 9th–13th' ], - [ '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 + [ '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 [ '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, 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' ], + [ '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' ], [ 'B4', 'Z3', 0, 14, 'B4/Z3', false, 'Playoffs 9th–13th' ], [ 'A4', 'C4', 1, 14, 'A4/C4', false, 'Playoffs 9th–13th' ],