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

return {
	{
		lines={
			{ above=1, class='l-down', height=1 },
			{ above=5, class='l-down', height=1 },
			{ above=5, class='l-down', height=1 },
			{ above=5, class='l-down', height=1 }
		},
		matches={
			title='Round 1',
			{ 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='Round 2',
			{ display='match', above=3 },
			{ display='match', above=6 }
		}
	},
	{
		lines={
			{ above=3, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
			{ above=9, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 }
		},
		matches={
			title='Round 3',
			{ display='match', above=2 },
			{ display='match', above=6 }
		}
	},
	{
		lines={
			{ above=2, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 },
			{ above=9, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 }
		},
		matches={
			title='Round 4',
			{ display='match', above=1 },
			{ display='match', above=6 }
		}
	},
	{
		lines={
			{ above=4, class='z-down', height=5 },
			{ above=2, class='z-up', height=5 }
		},
		matches={
			title='Round 5',
			{ display='match', above=7 }
		}
	},
	{
		lines={
			{ above=7, class='l-down', height=1 },
			{ above=1, class='horizontal', height=1 }
		},
		matches={
			title='Final',
			{ display='match', above=6 }
		}
	},
}
Advertisement