@@ -26,7 +26,7 @@ class LocationFlag(IntEnum):
26
26
# Mapping of items in each region.
27
27
# Only the first Hidden Chest and Pedestal are mapped here, the others are created in Regions.
28
28
# ltype key: "chest" = Hidden Chests, "pedestal" = Pedestals, "boss" = Boss, "orb" = Orb.
29
- # 110000-110649
29
+ # 110000-110671
30
30
location_region_mapping : Dict [str , Dict [str , LocationData ]] = {
31
31
"Coal Pits Holy Mountain" : {
32
32
"Coal Pits Holy Mountain Shop Item 1" : LocationData (110000 ),
@@ -90,6 +90,9 @@ class LocationFlag(IntEnum):
90
90
"Secret Shop Item 3" : LocationData (110044 ),
91
91
"Secret Shop Item 4" : LocationData (110045 ),
92
92
},
93
+ "The Sky" : {
94
+ "Kivi" : LocationData (110670 , LocationFlag .main_world , "boss" ),
95
+ },
93
96
"Floating Island" : {
94
97
"Floating Island Orb" : LocationData (110658 , LocationFlag .main_path , "orb" ),
95
98
},
@@ -104,6 +107,7 @@ class LocationFlag(IntEnum):
104
107
},
105
108
"Lake" : {
106
109
"Syväolento" : LocationData (110651 , LocationFlag .main_world , "boss" ),
110
+ "Tapion vasalli" : LocationData (110669 , LocationFlag .main_world , "boss" ),
107
111
},
108
112
"Frozen Vault" : {
109
113
"Frozen Vault Orb" : LocationData (110660 , LocationFlag .main_world , "orb" ),
@@ -189,6 +193,9 @@ class LocationFlag(IntEnum):
189
193
"Deep Underground" : {
190
194
"Limatoukka" : LocationData (110647 , LocationFlag .main_world , "boss" ),
191
195
},
196
+ "West Meat Realm" : {
197
+ "Kolmisilmän sydän" : LocationData (110671 , LocationFlag .main_world , "boss" ),
198
+ },
192
199
"The Laboratory" : {
193
200
"Kolmisilmä" : LocationData (110646 , LocationFlag .main_path , "boss" ),
194
201
},
0 commit comments