Halo Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
LR1
Losers' Bracket
WR1 / LR2
WR2 / LR3
LR4
WF / LF
Grand Finals
Grand Finals Reset

return {
	{
		matches={
			title='LR1',
			{ display='match', label="Losers' Bracket", above=14 },
			{ display='match' }
		}
	},
    {
		lines={
			{ above=14, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
			{ above=3, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
		},
		matches={
			title='WR1 / LR2',
			{ display='match' , above = 1},
			{ display='match' },
			{ display='match' },
			{ display='match' }
		}
	},
    {
		lines={
			{ above=2, class='horizontal', height=2 },
			{ above=2, class='horizontal', height=4 },
			{ above=3, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
			{ above=3, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
		},
		matches={
			title='WR2 / LR3',
			{ display='match' },
			{ display='match' },
			{ display='match' },
			{ display='match' }
		}
	},
	{
		lines={
			{ above=3, class='z-down', height=2 },
			{ above=2, class='z-up', height=2 },
			{ above=6, class='z-down', height=2 },
			{ above=2, class='z-up', height=2 },
		},
		matches={
			title='LR4',
			{ display='hline', above=4, height=1 },
			{ display='hline', above=1, height=1 },
			{ display='match', above=8 },
		}
	},
	{
		lines={
			{ above=4, class='horizontal', height=1 },
			{ above=1, class='horizontal', height=1 },
			{ above=8, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
		},
		matches={
			title='WF / LF',
			{ display='match', above=3 },
			{ display='match', above=5 },
		}
	},
	{
		lines={
			{ above=6, class='z-down', height=4 },
			{ above=2, class='z-up', height=5 },
		},
		matches={
			title='Grand Finals',
			{ display='match', above=8 },
		}
	},
	{
		lines={
			{ above=7, class='horizontal', height=4 },
		},
		matches={
			title='Grand Finals Reset',
			{ display='match', above=8 },
		}
	},
}
Advertisement