|
206 | 206 | or can_mega or can_superslide or can_hess or can_hover", |
207 | 207 | "Lost Woods": "True", |
208 | 208 | "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" |
211 | 210 | } |
212 | 211 | }, |
213 | 212 | { |
|
234 | 233 | is_child |
235 | 234 | or (shuffle_dungeon_entrances and (open_forest == 'open' or 'Showed Mido Sword & Shield')) |
236 | 235 | 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)))", |
238 | 238 | "Kokiri Forest": "is_adult or open_forest == 'open' or 'Showed Mido Sword & Shield' or can_hess |
239 | 239 | or can_superslide or can_mega" |
240 | 240 | } |
|
868 | 868 | or |
869 | 869 | (is_child and |
870 | 870 | (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 | + ", |
872 | 875 | "GF Balcony": "can_use(Hookshot) and glitch_clipping", |
873 | 876 | "GF Kitchen Roof Access": "can_use(Longshot) and can_weirdshot" |
874 | 877 | } |
|
911 | 914 | }, |
912 | 915 | "exits": { |
913 | 916 | "GF Kitchen Roof Access": "can_use(Longshot) and Gerudo_Membership_Card", |
914 | | - "Gerudo Training Ground Lobby": "adv_gf_unload", |
915 | 917 | "GF Outside Gate": "adv_gf_unload" |
916 | 918 | } |
917 | 919 | }, |
|
940 | 942 | # child can damage boost from the GS alcove, but it's really precise |
941 | 943 | # got it once, will have to find a setup |
942 | 944 | "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" |
945 | 946 | } |
946 | 947 | }, |
947 | 948 | { |
|
2236 | 2237 | "Graveyard Dampes Grave": "is_adult", |
2237 | 2238 | "Graveyard Dampes House": "is_adult or at_dampe_time", |
2238 | 2239 | "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 |
2240 | 2241 | and can_isg) or (glitch_graveyard_shadow_early_hover and can_hover)" |
2241 | 2242 | } |
2242 | 2243 | }, |
|
2351 | 2352 | "Shadow Temple Entryway": " |
2352 | 2353 | can_use(Dins_Fire) or (logic_shadow_fire_arrow_entry and can_use(Fire_Arrows)) or |
2353 | 2354 | 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 | + " |
2355 | 2359 | } |
2356 | 2360 | }, |
2357 | 2361 | { |
|
0 commit comments