| 
									
										
										
										
											2025-01-24 12:42:31 -05:00
										 |  |  | tunic_regions: dict[str, tuple[str]] = { | 
					
						
							|  |  |  |     "Menu": ("Overworld",), | 
					
						
							|  |  |  |     "Overworld": ("Overworld Holy Cross", "East Forest", "Dark Tomb", "Beneath the Well", "West Garden", | 
					
						
							| 
									
										
										
										
											2024-01-12 14:32:15 -05:00
										 |  |  |                   "Ruined Atoll", "Eastern Vault Fortress", "Beneath the Vault", "Quarry Back", "Quarry", "Swamp", | 
					
						
							| 
									
										
										
										
											2025-01-24 12:42:31 -05:00
										 |  |  |                   "Spirit Arena"), | 
					
						
							|  |  |  |     "Overworld Holy Cross": tuple(), | 
					
						
							|  |  |  |     "East Forest": tuple(), | 
					
						
							|  |  |  |     "Dark Tomb": ("West Garden",), | 
					
						
							|  |  |  |     "Beneath the Well": tuple(), | 
					
						
							|  |  |  |     "West Garden": tuple(), | 
					
						
							|  |  |  |     "Ruined Atoll": ("Frog's Domain", "Library"), | 
					
						
							|  |  |  |     "Frog's Domain": tuple(), | 
					
						
							|  |  |  |     "Library": tuple(), | 
					
						
							|  |  |  |     "Eastern Vault Fortress": ("Beneath the Vault",), | 
					
						
							|  |  |  |     "Beneath the Vault": ("Eastern Vault Fortress",), | 
					
						
							| 
									
										
										
										
											2025-02-23 11:02:30 -05:00
										 |  |  |     "Quarry Back": ("Quarry", "Monastery"), | 
					
						
							| 
									
										
										
										
											2025-01-24 12:42:31 -05:00
										 |  |  |     "Quarry": ("Monastery", "Lower Quarry"), | 
					
						
							| 
									
										
										
										
											2025-02-23 11:02:30 -05:00
										 |  |  |     "Monastery": ("Monastery Back",), | 
					
						
							|  |  |  |     "Monastery Back": tuple(), | 
					
						
							| 
									
										
										
										
											2025-01-24 12:42:31 -05:00
										 |  |  |     "Lower Quarry": ("Rooted Ziggurat",), | 
					
						
							|  |  |  |     "Rooted Ziggurat": tuple(), | 
					
						
							|  |  |  |     "Swamp": ("Cathedral",), | 
					
						
							|  |  |  |     "Cathedral": tuple(), | 
					
						
							|  |  |  |     "Spirit Arena": tuple() | 
					
						
							| 
									
										
										
										
											2024-01-12 14:32:15 -05:00
										 |  |  | } |