Skip to content

Commit 4925711

Browse files
authored
Merge pull request #2193 from blkerby/worst-room-xmode-descent
Worst Room X-mode temporary blue & refinements
2 parents e981192 + 5325ffd commit 4925711

1 file changed

Lines changed: 67 additions & 16 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 67 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"to": [
154154
{"id": 1},
155155
{"id": 3},
156+
{"id": 4},
156157
{"id": 5}
157158
]
158159
},
@@ -178,6 +179,7 @@
178179
{"id": 1},
179180
{"id": 2},
180181
{"id": 3},
182+
{"id": 4},
181183
{"id": 5}
182184
]
183185
},
@@ -373,6 +375,20 @@
373375
],
374376
"flashSuitChecked": true
375377
},
378+
{
379+
"link": [1, 4],
380+
"name": "Quick Pirate Avoid and Weave",
381+
"requires": [
382+
"canInsaneJump",
383+
"canTrickyDodgeEnemies",
384+
{"heatFrames": 190},
385+
{"or": [
386+
"canDownBack",
387+
"Morph",
388+
{"heatFrames": 40}
389+
]}
390+
]
391+
},
376392
{
377393
"id": 4,
378394
"link": [1, 5],
@@ -395,25 +411,19 @@
395411
"link": [1, 5],
396412
"name": "Quick Pirate Avoid",
397413
"requires": [
414+
"canTrickyJump",
415+
{"heatFrames": 110},
398416
{"or": [
399417
{"and": [
400418
"canInsaneJump",
401-
{"heatFrames": 110},
402-
{"or": [
403-
"canDownBack",
404-
"Morph",
405-
{"heatFrames": 40}
406-
]}
419+
"canTrickyDodgeEnemies"
407420
]},
408-
{"and": [
409-
"canTrickyJump",
410-
{"heatFrames": 145},
411-
{"or": [
412-
"canDownBack",
413-
"Morph",
414-
{"heatFrames": 40}
415-
]}
416-
]}
421+
{"heatFrames": 35}
422+
]},
423+
{"or": [
424+
"canDownBack",
425+
"Morph",
426+
{"heatFrames": 40}
417427
]}
418428
],
419429
"note": [
@@ -1481,6 +1491,18 @@
14811491
],
14821492
"flashSuitChecked": true
14831493
},
1494+
{
1495+
"link": [3, 4],
1496+
"name": "Pirate Jump and Weave",
1497+
"requires": [
1498+
"canTrickyJump",
1499+
{"heatFrames": 175}
1500+
],
1501+
"note": [
1502+
"Spin jump over the pirate; aiming down mid jump can help.",
1503+
"Then weave between the platforms below."
1504+
]
1505+
},
14841506
{
14851507
"id": 35,
14861508
"link": [3, 5],
@@ -1575,6 +1597,27 @@
15751597
],
15761598
"clearsObstacles": ["A"]
15771599
},
1600+
{
1601+
"link": [4, 2],
1602+
"name": "X-Mode Temporary Blue",
1603+
"requires": [
1604+
{"notable": "X-Mode Temporary Blue"},
1605+
"canLateralMidAirMorph",
1606+
"canXMode",
1607+
"h_XModeSpikeHit",
1608+
"h_shinechargeMaxRunway",
1609+
"canTemporaryBlue",
1610+
{"heatFrames": 290}
1611+
],
1612+
"note": [
1613+
"Starting from approximately the center of the floating platform, run and jump to the left,",
1614+
"and perform a lateral mid-air morph to hit the spike from below (landing on the Namihe) and enter X-mode.",
1615+
"Hold an angle button to turn around to the right while retaining dash speed.",
1616+
"Arm pump a tile or two to the right, so that the Namihe is no longer below Samus.",
1617+
"Gain a shinecharge and continue holding down while exiting X-mode to obtain temporary blue,",
1618+
"and use it to break the bomb blocks below while falling through them."
1619+
]
1620+
},
15781621
{
15791622
"id": 39,
15801623
"link": [4, 4],
@@ -2097,8 +2140,16 @@
20972140
"Break the bomb blocks in The Worst Room In The Game with extremely precise walljumps.",
20982141
"Either with a fully delayed max height jump from the wall, or with an instant turnaround after jumping from the lower layer of bomb blocks."
20992142
]
2143+
},
2144+
{
2145+
"id": 9,
2146+
"name": "X-Mode Temporary Blue",
2147+
"note": [
2148+
"Enter X-mode using the spike above the lower left Namihe.",
2149+
"Use it to obtain temporary blue and fall through the bomb blocks."
2150+
]
21002151
}
21012152
],
21022153
"nextStratId": 83,
2103-
"nextNotableId": 9
2154+
"nextNotableId": 10
21042155
}

0 commit comments

Comments
 (0)