Skip to content

Commit cd67e1e

Browse files
authored
Merge pull request #2293 from blkerby/main-hall-cf
Main Hall cross with Crystal Flash strats
2 parents 0e563d6 + a008e50 commit cd67e1e

1 file changed

Lines changed: 84 additions & 1 deletion

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,77 @@
174174
{
175175
"id": 5,
176176
"link": [1, 4],
177-
"name": "TrickyJumps",
177+
"name": "Tricky Jumps",
178178
"requires": [
179179
"h_navigateHeatRooms",
180180
"canTrickyJump",
181181
{"heatFrames": 570}
182182
],
183183
"note": "Take the platforms two at a time by building some run speed for each jump on a one tile runway."
184184
},
185+
{
186+
"link": [1, 4],
187+
"name": "Tricky Jumps with Crystal Flash",
188+
"requires": [
189+
"canTrickyJump",
190+
{"or": [
191+
{"and": [
192+
{"heatFrames": 95},
193+
"h_heatedCrystalFlash",
194+
"canTrickyDodgeEnemies",
195+
{"heatFrames": 475}
196+
]},
197+
{"and": [
198+
{"heatFrames": 175},
199+
"h_heatedCrystalFlash",
200+
"canTrickyDodgeEnemies",
201+
{"heatFrames": 395}
202+
]},
203+
{"and": [
204+
{"heatFrames": 240},
205+
"h_heatedCrystalFlash",
206+
"canTrickyDodgeEnemies",
207+
{"heatFrames": 330}
208+
]},
209+
{"and": [
210+
{"heatFrames": 310},
211+
"h_heatedCrystalFlash",
212+
{"heatFrames": 260}
213+
]}
214+
]}
215+
],
216+
"note": [
217+
"The Crystal Flash can be done on any of the floating blocks or single-tile-wide pillars that don't have a Hibashi.",
218+
"The safest place to do it is on the last single-tile-wide pillar."
219+
]
220+
},
221+
{
222+
"link": [1, 4],
223+
"name": "Double Crystal Flash with Space Jump",
224+
"requires": [
225+
"SpaceJump",
226+
"canTrickyDodgeEnemies",
227+
{"heatFrames": 205},
228+
"h_heatedCrystalFlash",
229+
{"heatFrames": 180},
230+
"h_heatedCrystalFlash",
231+
{"heatFrames": 120}
232+
]
233+
},
234+
{
235+
"link": [1, 4],
236+
"name": "Triple Crystal Flash",
237+
"requires": [
238+
"canTrickyDodgeEnemies",
239+
{"heatFrames": 175},
240+
"h_heatedCrystalFlash",
241+
{"heatFrames": 180},
242+
"h_heatedCrystalFlash",
243+
{"heatFrames": 175},
244+
"h_heatedCrystalFlash",
245+
{"heatFrames": 65}
246+
]
247+
},
185248
{
186249
"id": 6,
187250
"link": [1, 4],
@@ -351,6 +414,15 @@
351414
{"heatFrames": 265}
352415
]
353416
},
417+
{
418+
"link": [2, 4],
419+
"name": "Cross with Crystal Flash",
420+
"requires": [
421+
{"heatFrames": 180},
422+
"h_heatedCrystalFlash",
423+
{"heatFrames": 180}
424+
]
425+
},
354426
{
355427
"id": 34,
356428
"link": [2, 4],
@@ -497,6 +569,17 @@
497569
],
498570
"note": "Take the platforms two at a time by building some run speed for each jump on a one tile runway."
499571
},
572+
{
573+
"link": [4, 1],
574+
"name": "Tricky Jumps with Crystal Flash",
575+
"requires": [
576+
"canTrickyJump",
577+
{"heatFrames": 135},
578+
"h_heatedCrystalFlash",
579+
{"heatFrames": 350}
580+
],
581+
"note": "The Crystal Flash can be done safely on the leftmost 2-tile-wide platform."
582+
},
500583
{
501584
"id": 20,
502585
"link": [4, 1],

0 commit comments

Comments
 (0)