]> git.sesse.net Git - ultimatescore/blob - config.js
Changes for NM 2020 (two groups, no 9th-13th round robin).
[ultimatescore] / config.js
1 var ultimateconfig = {
2         'tournament_title': 'NM 2020',
3         'tournament_footer': 'www.plastkast.no | #ultimatenm',
4         'exohack': true,
5         'best_thirds': false,
6         'kick_fifth_from_third': false,
7
8         // Share both sheets with ultimate-nm-2018@solskogen-cubemap.iam.gserviceaccount.com.
9         'score_sheet_id': '1jU_iU6ca97Ag7j9CJI9lIVkpGrkRK0XRP5CePv-vxWw',
10         'score_sheet_index': 1088951921,  // #gid= in the URL.
11         'roster_sheet_id': '1fJgTYVQlqxc4AedVU6HEEgsUUGT_c2YmPD4h0ZilS1k',
12         'api_key': 'AIzaSyAuP9yQn8g0bSay6r_RpGtpFeIbwprH1TU',
13
14         'group_cells': {
15                 'Group A': {
16                         // Rank, name, points.
17                         'score_sheet_cols': [ 'Results!S', 'Results!T', 'Results!U' ],
18                         'point_total_start_row': 8,
19                         'ranking_list_start_row': 15,
20                         'ranking_list_explain_cell': 'Results!S21',
21                         'rank_offset': 1
22                 },
23                 'Group B': {
24                         // Rank, name, points.
25                         'score_sheet_cols': [ 'Results!W', 'Results!X', 'Results!Y' ],
26                         'point_total_start_row': 8,
27                         'ranking_list_start_row': 15,
28                         'ranking_list_explain_cell': 'Results!W21',
29                         'rank_offset': 1
30                 }
31         },
32         'explain_third_cell': null,
33
34         'playoff_games': [
35                 // Teams                        Field   Row    Match name     Mark name    Group name              Game day (default 7)
36                 [ 'A4',          'B5',          0,      0,     'A4/B5',       false,       '4th/5th crossover' ],
37                 [ 'B4',          'A5',          1,      0,     'B4/A5',       false,       '4th/5th crossover' ],
38
39                 [ 'A1',          'B2',          0,      1,     'Semi 1',      false,       'Semifinals'        ],
40                 [ 'B1',          'A2',          1,      1,     'Semi 2',      false,       'Semifinals'        ],
41
42                 [ 'B3',          'W A4/B5',     0,      2,     'L-semi 1',    false,       'Playoffs 5th–8th'  ],
43                 [ 'W B4/A5',     'A3',          1,      2,     'L-semi 1',    false,       'Playoffs 5th–8th'  ],
44
45                 [ 'L semi 1',    'L semi 2',    0,      3,     '3rd',         false,       'Bronze final'      ],
46                 [ 'L A4/B5',     'L B4/A5',     1,      3,     '9th',         false,       'Match for 9th'     ],
47
48                 [ 'W L-semi 1',  'W L-semi 2',  0,      4,     '5th',         false,       'Match for 5th'     ],
49                 [ 'L L-semi 1',  'L L-semi 2',  1,      4,     '7th',         false,       'Match for 7th'     ],
50
51                 [ 'W semi 1',    'W semi 2',    0,      5,     'Final',       false,       'Final'             ]
52         ],
53         'playoff_games_start_row': 21,
54         'playoff_games_cols': [
55                 [ 3, 4, 5, 6 ],
56                 [ 8, 9, 10, 11 ]
57         ],
58         'playoff_games_start_row_detail_sheet': 38
59 };