Skip to content

Commit

Permalink
Noita: Add Meat Realm (ArchipelagoMW#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored and qwint committed Jun 24, 2024
1 parent 061f8c6 commit 8470a96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions worlds/noita/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ class LocationFlag(IntEnum):
"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"),
},
Expand Down Expand Up @@ -190,7 +186,9 @@ class LocationFlag(IntEnum):
"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": {
Expand Down
2 changes: 1 addition & 1 deletion worlds/noita/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion worlds/noita/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def create_all_regions_and_connections(world: "NoitaWorld") -> None:
"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"],
Expand Down

0 comments on commit 8470a96

Please sign in to comment.