Skip to content

Commit 6534c25

Browse files
authored
Merge pull request #2076 from blkerby/warehouse-zeela-temp-blue
Add Warehouse Zeela blue bounce unmorph strat
2 parents 0a0fea0 + d879997 commit 6534c25

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

region/brinstar/kraid/Warehouse Zeela Room.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,39 @@
454454
],
455455
"clearsObstacles": ["A"]
456456
},
457+
{
458+
"link": [2, 3],
459+
"name": "Come in Shinecharging, Leave With Temporary Blue",
460+
"entranceCondition": {
461+
"comeInShinecharging": {
462+
"length": 3,
463+
"openEnd": 0
464+
}
465+
},
466+
"requires": [
467+
"canChainTemporaryBlue",
468+
"canSpringBallBounce",
469+
{"or": [
470+
"canInsaneJump",
471+
"canPauseRemorphTemporaryBlue"
472+
]}
473+
],
474+
"exitCondition": {
475+
"leaveWithTemporaryBlue": {
476+
"direction": "right"
477+
}
478+
},
479+
"unlocksDoors": [
480+
{"types": ["ammo"], "requires": []}
481+
],
482+
"flashSuitChecked": true,
483+
"note": [
484+
"Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue.",
485+
"The frame window for the unmorph depends on the alignment of Samus' bounces.",
486+
"Even if Samus bounces upward out of the tunnel, it is possible to unmorph and use a pause buffer to remorph while retaining blue."
487+
],
488+
"devNote": "The runway has 1 unusable tile, to allow space to perform the blue bounce."
489+
},
457490
{
458491
"id": 21,
459492
"link": [2, 3],

0 commit comments

Comments
 (0)