Module:Info

From Liquipedia Rocket League Wiki

Documentation (view - edit)

Module:Info/doc


---
-- @Liquipedia
-- page=Module:Info
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

return {
	startYear = 2015,
	wikiName = 'rocketleague',
	name = 'Rocket League',
	defaultGame = 'rl',
	games = {
		rl = {
			abbreviation = '',
			name = '',
			link = '',
			logo = {
				darkMode = 'Rocket League default darkmode.png',
				lightMode = 'Rocket League default lightmode.png',
			},
			defaultTeamLogo = {
				darkMode = 'Rocket League default darkmode.png',
				lightMode = 'Rocket League default lightmode.png',
			},
		},
		sarpbc = {
			abbreviation = 'SARPBC',
			name = 'Supersonic Acrobatic Rocket-Powered Battle-Cars',
			link = 'Supersonic Acrobatic Rocket-Powered Battle-Cars',
			logo = {
				darkMode = 'Logo filler event.png',
				lightMode = 'Logo filler event.png',
			},
			defaultTeamLogo = {
				darkMode = 'Rocket League default darkmode.png',
				lightMode = 'Rocket League default lightmode.png',
			},
		},
	},
	config = {
		squads = {
			hasPosition = false,
			hasSpecialTeam = true,
			allowManual = true,
		},
		match2 = {
			status = 2,
			matchWidth = 150,
			sortCasters = true,
		},
		transfers = {
			showTeamName = true,
		},
		participants = {
			defaultPlayerNumber = 3,
		},
	},
	opponentDisplayLibrary = 'OpponentDisplay/Custom',
}