Skip to content

Commit 10af06a

Browse files
committed
More ER fixes
1 parent 47d911b commit 10af06a

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

data/Glitched World/Overworld.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@
206206
or can_mega or can_superslide or can_hess or can_hover",
207207
"Lost Woods": "True",
208208
"LW Bridge From Forest": "can_leave_forest",
209-
"KF Storms Grotto": "can_open_storm_grotto",
210-
"Deku Tree Lobby": "can_hover or (can_use(Hover_Boots) and (can_megajump or can_superslide or can_hess))"
209+
"KF Storms Grotto": "can_open_storm_grotto"
211210
}
212211
},
213212
{
@@ -234,7 +233,8 @@
234233
is_child
235234
or (shuffle_dungeon_entrances and (open_forest == 'open' or 'Showed Mido Sword & Shield'))
236235
or (glitch_moustache_clip)
237-
or (can_hess and can_use(Hover_Boots))",
236+
or (can_hess and can_use(Hover_Boots))
237+
or at('Kokiri Forest', can_hover or (can_use(Hover_Boots) and (can_megajump or can_superslide or can_hess)))",
238238
"Kokiri Forest": "is_adult or open_forest == 'open' or 'Showed Mido Sword & Shield' or can_hess
239239
or can_superslide or can_mega"
240240
}
@@ -868,7 +868,10 @@
868868
or
869869
(is_child and
870870
(glitch_gtg_child_groundclip and can_jumpslash)
871-
)",
871+
)
872+
or at('Gerudo Fortress Archery Range', adv_gf_unload)
873+
or at('GF Kitchen Roof Access', glitch_ledge_clip and is_adult)
874+
",
872875
"GF Balcony": "can_use(Hookshot) and glitch_clipping",
873876
"GF Kitchen Roof Access": "can_use(Longshot) and can_weirdshot"
874877
}
@@ -911,7 +914,6 @@
911914
},
912915
"exits": {
913916
"GF Kitchen Roof Access": "can_use(Longshot) and Gerudo_Membership_Card",
914-
"Gerudo Training Ground Lobby": "adv_gf_unload",
915917
"GF Outside Gate": "adv_gf_unload"
916918
}
917919
},
@@ -940,8 +942,7 @@
940942
# child can damage boost from the GS alcove, but it's really precise
941943
# got it once, will have to find a setup
942944
"GF Break Room Entrance": "can_hover or can_mega or (is_adult and (logic_gf_break_room_jump or Hover_Boots))",
943-
"Gerudo Fortress Archery Range": "adv_gf_archery_no_card",
944-
"Gerudo Training Ground Lobby": "glitch_ledge_clip and is_adult"
945+
"Gerudo Fortress Archery Range": "adv_gf_archery_no_card"
945946
}
946947
},
947948
{
@@ -2236,7 +2237,7 @@
22362237
"Graveyard Dampes Grave": "is_adult",
22372238
"Graveyard Dampes House": "is_adult or at_dampe_time",
22382239
"Kakariko Village": "True",
2239-
"Shadow Temple Entryway": "(is_adult and glitch_graveyard_shadow_early_hookshot and Hookshot
2240+
"Graveyard Warp Pad Region": "(is_adult and glitch_graveyard_shadow_early_hookshot and Hookshot
22402241
and can_isg) or (glitch_graveyard_shadow_early_hover and can_hover)"
22412242
}
22422243
},
@@ -2351,7 +2352,10 @@
23512352
"Shadow Temple Entryway": "
23522353
can_use(Dins_Fire) or (logic_shadow_fire_arrow_entry and can_use(Fire_Arrows)) or
23532354
can_gdv or (is_adult and glitch_graveyard_shadow_early_bomb_push and Bombs and can_shield)
2354-
or (is_adult and glitch_ledge_clip)"
2355+
or (is_adult and glitch_ledge_clip)
2356+
or at('Graveyard', (is_adult and glitch_graveyard_shadow_early_hookshot and Hookshot
2357+
and can_isg) or (glitch_graveyard_shadow_early_hover and can_hover))
2358+
"
23552359
}
23562360
},
23572361
{

0 commit comments

Comments
 (0)