Noita: Add Meat Realm (#3119)

This commit is contained in:
Scipio Wright 2024-04-18 12:54:03 -04:00 committed by GitHub
parent 2c80a9b8f1
commit 5ec342abf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 8 deletions

View File

@ -118,11 +118,7 @@ location_region_mapping: Dict[str, Dict[str, LocationData]] = {
"Mines Chest": LocationData(110046, LocationFlag.main_path, "chest"),
"Mines Pedestal": LocationData(110066, LocationFlag.main_path, "pedestal"),
},
# Collapsed Mines is a very small area, combining it with the Mines. Leaving this here in case we change our minds.
# "Collapsed Mines": {
# "Collapsed Mines Chest": LocationData(110086, LocationFlag.main_path, "chest"),
# "Collapsed Mines Pedestal": LocationData(110106, LocationFlag.main_path, "pedestal"),
# },
# Collapsed Mines is a very small area, combining it with the Mines. Leaving this here as a reminder
"Ancient Laboratory": {
"Ylialkemisti": LocationData(110656, LocationFlag.side_path, "boss"),
},
@ -190,7 +186,9 @@ location_region_mapping: Dict[str, Dict[str, LocationData]] = {
"Unohdettu": LocationData(110653, LocationFlag.main_world, "boss"),
"Snow Chasm Orb": LocationData(110667, LocationFlag.main_world, "orb"),
},
"Deep Underground": {
"Meat Realm": {
"Meat Realm Chest": LocationData(110086, LocationFlag.main_world, "chest"),
"Meat Realm Pedestal": LocationData(110106, LocationFlag.main_world, "pedestal"),
"Limatoukka": LocationData(110647, LocationFlag.main_world, "boss"),
},
"West Meat Realm": {

View File

@ -6,7 +6,7 @@ class PathOption(Choice):
"""Choose where you would like Hidden Chest and Pedestal checks to be placed.
Main Path includes the main 7 biomes you typically go through to get to the final boss.
Side Path includes the Lukki Lair and Fungal Caverns. 9 biomes total.
Main World includes the full world (excluding parallel worlds). 14 biomes total.
Main World includes the full world (excluding parallel worlds). 15 biomes total.
Note: The Collapsed Mines have been combined into the Mines as the biome is tiny."""
display_name = "Path Option"
option_main_path = 1

View File

@ -109,7 +109,7 @@ noita_connections: Dict[str, List[str]] = {
"Temple of the Art Holy Mountain": ["Temple of the Art"],
"Temple of the Art": ["Laboratory Holy Mountain", "The Tower", "Wizards' Den"],
"Wizards' Den": ["Powerplant"],
"Powerplant": ["Deep Underground"],
"Powerplant": ["Meat Realm"],
###
"Laboratory Holy Mountain": ["The Laboratory"],