Halo Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
Round 2
Round 3
Round 4
Round 5
Round 6

return {
	{
		matches={
			title='Round 1',
			{ display='match', above=15 },
		}
	},
	{
		lines={
			{ above=16, class='z-up', height=2 },
		},
		matches={
			title='Round 2',
			{ display='match', above=12 },
		}
	},
	{
		lines={
			{ above=13, class='z-up', height=2 },
		},
		matches={
			title='Round 3',
			{ display='match', above=9 },
		}
	},
	{
		lines={
			{ above=10, class='z-up', height=2 },
		},
		matches={
			title='Round 4',
			{ display='match', above=6 },
		}
	},
	{
		lines={
			{ above=7, class='z-up', height=2 },
		},
		matches={
			title='Round 5',
			{ display='match', above=3 },
		}
	},
	{
		lines={
			{ above=4, class='z-up', height=2 },
		},
		matches={
			title='Round 6',
			{ display='match' },
		}
	},
}
Advertisement