Call of Duty Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
5th Place Match
Semifinals
Losers' Bracket
Finals
Grand Final

return {
	{
		matches={
			title='Round 1',
			{ display='match' },
			{ display='match', above=4 },
			{ display='match', above=1 , label='5th Place Match' },
		}
	},
	{
		lines={
			{ above=2, class='horizontal', height=1 },
			{ above=9, class='horizontal', height=1 },
		},
		matches={
			title='Semifinals',
			{ display='match', above=1 },
			{ display='match', above=2 },
			{ display='match', label="Losers' Bracket" },
		}
	},
	{
		lines={
			{ above=4, class='z-down', height=3 },
			{ above=2, class='z-up', height=3 },
			{ above=3, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
		},
		matches={
			title='Finals',
			{ display='match', above=5 },
			{ display='match', above=3 },
		}
	},
	{
		lines={
			{ above=8, class='z-down', height=3 },
			{ above=2, class='z-up', height=4 },
		},
		matches={
			title='Grand Final',
			{ display='match', above=9 },
		}
	},
}
Advertisement