Skip to content

Commit 140d5e4

Browse files
committed
logic fix to property gate hovers recoils behind the trick and add hammer methods, also gate megajump behind clipping
1 parent da00d67 commit 140d5e4

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

data/Glitched World/Forest Temple MQ.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Forest Temple Basement": "
3939
(Forest_Temple_Jo_and_Beth and Forest_Temple_Amy_and_Meg) or forest_temple_shortcuts
4040
or (glitch_forest_temple_basement and can_use(Hover_Boots) and Bombs and can_mega and can_live_dmg(1.0,True,False))",
41-
"Forest Temple Green Poe Room": "can_hover or (can_use(Hover_Boots) and has_explosives and
42-
can_live_dmg(0.5))"
41+
"Forest Temple Green Poe Room": "can_hover or can_hovers_recoil"
4342
}
4443
},
4544
{
@@ -106,7 +105,7 @@
106105
can_use(Iron_Boots) or can_use(Longshot) or (Progressive_Scale, 2) or
107106
(logic_forest_well_swim and can_use(Hookshot))",
108107
"Forest Temple Outdoors High Balconies": "can_use(Fire_Arrows) or (can_gdv and can_isg)",
109-
"Forest Temple Outside Upper Ledge": "can_hover or can_megajump",
108+
"Forest Temple Outside Upper Ledge": "can_hover or (can_megajump and glitch_clipping)",
110109
"Forest Temple NW Outdoors Freestandings": "logic_forest_courtyard_hearts and can_use(Boomerang)"
111110
}
112111
},

data/Glitched World/Forest Temple.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"Forest Temple Basement": "
3939
(Forest_Temple_Jo_and_Beth and Forest_Temple_Amy_and_Meg) or forest_temple_shortcuts
4040
or (glitch_forest_temple_basement and can_use(Hover_Boots) and Bombs and can_mega and can_live_dmg(1.0,True,False))",
41-
"Forest Temple Falling Room": "can_hover or (can_use(Hover_Boots) and has_explosives and
42-
can_live_dmg(0.5,False,True))"
41+
"Forest Temple Falling Room": "can_hover or can_hovers_recoil"
4342
}
4443
},
4544
{
@@ -63,7 +62,7 @@
6362
"Forest Temple Outdoors High Balconies": "can_kill_blue_bubble",
6463
"Forest Temple NW Outdoors Freestandings": "logic_forest_courtyard_hearts and can_use(Boomerang)",
6564
# Low grav ?
66-
"Forest Temple Outside Upper Ledge": "can_hover or can_megajump"
65+
"Forest Temple Outside Upper Ledge": "can_hover or (can_megajump and glitch_clipping)"
6766
}
6867
},
6968
{

0 commit comments

Comments
 (0)