Skip to content

Commit e58d0aa

Browse files
committed
feedback updates
1 parent bb8562f commit e58d0aa

1 file changed

Lines changed: 33 additions & 12 deletions

File tree

region/norfair/west/Crumble Shaft.json

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,30 @@
214214
"link": [1, 2],
215215
"name": "Base",
216216
"requires": [
217-
{"simpleHeatFrames": 150},
218-
{"or": [
219-
{"and": [
220-
"canMoonfall",
221-
{"heatFrames": 20}
222-
]},
223-
{"heatFrames": 45}
224-
]}
217+
{"simpleHeatFrames": 120},
218+
{"heatFrames": 75}
219+
],
220+
"note": [
221+
"Falling down the right side of the room is safe."
222+
]
223+
},
224+
{
225+
"id": 3,
226+
"link": [1, 2],
227+
"name": "Moonfall",
228+
"requires": [
229+
"canMoonfall",
230+
"canTrickyJump",
231+
{"simpleHeatFrames": 100},
232+
{"heatFrames": 60}
233+
],
234+
"note": [
235+
"Move forward far enough to trigger the crumble block, then quickly moonfall before it respawns.",
236+
"It can help to perform the moonfall facing left (backing up to the right),",
237+
"then quickly turn back left to clear the platform.",
238+
"Press against the wall, aim down, and shoot open the door while falling.",
239+
"It is possible to delay the moonfall enough to land on the doorframe,",
240+
"by turning around back and forth once mid-air."
225241
]
226242
},
227243
{
@@ -425,7 +441,10 @@
425441
{"heatFrames": 300}
426442
]}
427443
],
428-
"note": "Walljump up the right, then walljump off the top-middle crumble platform then off the top-right one."
444+
"note": [
445+
"Enter with a spin jump, and wall jump up the right side;",
446+
"at the end, walljump off the top-middle crumble platform then off the top-right one."
447+
]
429448
},
430449
{
431450
"id": 13,
@@ -434,19 +453,21 @@
434453
"requires": [
435454
"canCrumbleJump",
436455
"canTrickyJump",
456+
"canTrickyDodgeEnemies",
437457
{"or": [
438458
{"and": [
439459
"HiJump",
440-
"canTrickyDodgeEnemies",
460+
"canInsaneJump",
441461
{"heatFrames": 370}
442462
]},
443-
{"heatFrames": 660}
463+
{"heatFrames": 630}
444464
]}
445465
],
446466
"wallJumpAvoid": true,
447467
"note": [
448468
"Do 9 successive crumble jumps up the platforms.",
449-
"If Hi-Jump is available, then it is possible to skip 4 of the crumble platforms."
469+
"If Hi-Jump is available, then it is possible to skip 4 of the crumble platforms, using only the center platforms,",
470+
"in which case it is recommended to down-grab the 3rd center platform, though doing a crumble spin jump onto it is also an option."
450471
]
451472
},
452473
{

0 commit comments

Comments
 (0)