40 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1010 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								# This file is auto generated. More info: https://github.com/Daivuk/apdoom
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								from typing import List
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								map_names: List[str] = [
							 | 
						||
| 
								 | 
							
								    'Entryway (MAP01)',
							 | 
						||
| 
								 | 
							
								    'Underhalls (MAP02)',
							 | 
						||
| 
								 | 
							
								    'The Gantlet (MAP03)',
							 | 
						||
| 
								 | 
							
								    'The Focus (MAP04)',
							 | 
						||
| 
								 | 
							
								    'The Waste Tunnels (MAP05)',
							 | 
						||
| 
								 | 
							
								    'The Crusher (MAP06)',
							 | 
						||
| 
								 | 
							
								    'Dead Simple (MAP07)',
							 | 
						||
| 
								 | 
							
								    'Tricks and Traps (MAP08)',
							 | 
						||
| 
								 | 
							
								    'The Pit (MAP09)',
							 | 
						||
| 
								 | 
							
								    'Refueling Base (MAP10)',
							 | 
						||
| 
								 | 
							
								    'Circle of Death (MAP11)',
							 | 
						||
| 
								 | 
							
								    'The Factory (MAP12)',
							 | 
						||
| 
								 | 
							
								    'Downtown (MAP13)',
							 | 
						||
| 
								 | 
							
								    'The Inmost Dens (MAP14)',
							 | 
						||
| 
								 | 
							
								    'Industrial Zone (MAP15)',
							 | 
						||
| 
								 | 
							
								    'Suburbs (MAP16)',
							 | 
						||
| 
								 | 
							
								    'Tenements (MAP17)',
							 | 
						||
| 
								 | 
							
								    'The Courtyard (MAP18)',
							 | 
						||
| 
								 | 
							
								    'The Citadel (MAP19)',
							 | 
						||
| 
								 | 
							
								    'Gotcha! (MAP20)',
							 | 
						||
| 
								 | 
							
								    'Nirvana (MAP21)',
							 | 
						||
| 
								 | 
							
								    'The Catacombs (MAP22)',
							 | 
						||
| 
								 | 
							
								    'Barrels o Fun (MAP23)',
							 | 
						||
| 
								 | 
							
								    'The Chasm (MAP24)',
							 | 
						||
| 
								 | 
							
								    'Bloodfalls (MAP25)',
							 | 
						||
| 
								 | 
							
								    'The Abandoned Mines (MAP26)',
							 | 
						||
| 
								 | 
							
								    'Monster Condo (MAP27)',
							 | 
						||
| 
								 | 
							
								    'The Spirit World (MAP28)',
							 | 
						||
| 
								 | 
							
								    'The Living End (MAP29)',
							 | 
						||
| 
								 | 
							
								    'Icon of Sin (MAP30)',
							 | 
						||
| 
								 | 
							
								    'Wolfenstein2 (MAP31)',
							 | 
						||
| 
								 | 
							
								    'Grosse2 (MAP32)',
							 | 
						||
| 
								 | 
							
								]
							 |