]> git.sesse.net Git - ultimatescore/commitdiff
Update tournament config to the one we actually ran at Trøndisk.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Feb 2020 19:34:59 +0000 (20:34 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Feb 2020 19:34:59 +0000 (20:34 +0100)
config.js

index 2985a887690701c3bc96629d70f5e0d777449bf9..0b978d596686b8556f9cc3eaf0dbe1cd633a3db3 100644 (file)
--- a/config.js
+++ b/config.js
@@ -25,20 +25,21 @@ var ultimateconfig = {
                [ 'X5',          'Y5',          0,      0,     'X5/Y5',       false,       'Playoffs 13th–15th' ],
 
                [ 'X1',          'Y2',          1,      0,     'X1/Y2',       false,       'Quarterfinals'      ],  // s1
-               [ 'X2',          'Y3',          0,      1,     'X2/Y3',       false,       'Quarterfinals'      ],  // s3
+               [ 'X2',          'Y3',          2,      1,     'X2/Y3',       false,       'Quarterfinals'      ],  // s3
                [ 'Y1',          'Z2',          1,      1,     'Y1/Z2',       false,       'Quarterfinals'      ],  // s4
-               [ 'Z1',          'X3',          2,      1,     'Z1/X3',       false,       'Quarterfinals'      ],  // s2
+               [ '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' ],
-               [ 'Y3',          'Z3',          2,      2,     'Y3/Z3',       false,       'Playoffs 9th–12th'  ],
+               [ '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 Y3/Z3',     0,      5,     '9th',         true,        'Match for 9th'      ],
-               [ 'L X4/Z3',     'L Y3/Z3',     1,      5,     '11th',        true,        'Match for 11th'     ],
+               [ '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'      ],