]> git.sesse.net Git - ultimatescore/commitdiff
Playoff group updates.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Sep 2021 17:42:37 +0000 (19:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Sep 2021 17:42:37 +0000 (19:42 +0200)
config.js

index 412080ba7ab61b3345a8d1e0441412689f33f90b..8c401aff8b8d29c932563cedd98a061dae644bcc 100644 (file)
--- a/config.js
+++ b/config.js
@@ -36,14 +36,22 @@ var ultimateconfig = {
                        'ranking_list_explain_cell': 'Results!AA21',
                        'rank_offset': 1
                },
-               'Playoffs 9th-14th': {
+               'Playoffs 9th–11th': {
                        // 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_cell': 'Results!W34',
+                       'ranking_list_start_row': 33,
+                       'ranking_list_explain_cell': 'Results!W30',
                        'rank_offset': 9
-               }
+               },
+               'Playoffs 12th–14th': {
+                       // Rank, name, points.
+                       'score_sheet_cols': [ 'Results!AA', 'Results!AB', 'Results!AC' ],
+                       'point_total_start_row': null,
+                       'ranking_list_start_row': 33,
+                       'ranking_list_explain_cell': 'Results!W33',
+                       'rank_offset': 12
+               },
        },
        'explain_third_cell': 'Results!S27',