Skip to content

Commit 0d0cee6

Browse files
committed
add Warehouse Zeela blue bounce unmorph strat, lengthen runway
1 parent de52020 commit 0d0cee6

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

region/brinstar/kraid/Warehouse Zeela Room.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"entranceCondition": {
431431
"comeInShinecharging": {
432432
"length": 3,
433-
"openEnd": 0
433+
"openEnd": 1
434434
}
435435
},
436436
"requires": [
@@ -439,7 +439,7 @@
439439
],
440440
"clearsObstacles": ["A"],
441441
"flashSuitChecked": true,
442-
"devNote": "The runway has 1 unusable tile, to allow space to perform the blue bounce."
442+
"devNote": "The runway has an unusable half tile, to allow space to perform the blue bounce."
443443
},
444444
{
445445
"id": 20,
@@ -454,6 +454,36 @@
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": 1
464+
}
465+
},
466+
"requires": [
467+
"canChainTemporaryBlue",
468+
"canSpringBallBounce",
469+
"canInsaneJump"
470+
],
471+
"exitCondition": {
472+
"leaveWithTemporaryBlue": {
473+
"direction": "right"
474+
}
475+
},
476+
"unlocksDoors": [
477+
{"types": ["ammo"], "requires": []}
478+
],
479+
"flashSuitChecked": true,
480+
"note": [
481+
"Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue.",
482+
"The frame window for the unmorph depends on the alignment of Samus' bounces;",
483+
"in the worst case where Samus bounces upward while exiting, this method will unavoidably fail."
484+
],
485+
"devNote": "The runway has an unusable half tile, to allow space to perform the blue bounce."
486+
},
457487
{
458488
"id": 21,
459489
"link": [2, 3],

0 commit comments

Comments
 (0)