Noita: Add Meat Realm (#3119)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user