Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions region/brinstar/kraid/Warehouse Zeela Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,39 @@
],
"clearsObstacles": ["A"]
},
{
"link": [2, 3],
"name": "Come in Shinecharging, Leave With Temporary Blue",
"entranceCondition": {
"comeInShinecharging": {
"length": 3,
"openEnd": 0
}
},
"requires": [
"canChainTemporaryBlue",
"canSpringBallBounce",
{"or": [
"canInsaneJump",
"canPauseRemorphTemporaryBlue"
]}
],
"exitCondition": {
"leaveWithTemporaryBlue": {
"direction": "right"
}
},
"unlocksDoors": [
{"types": ["ammo"], "requires": []}
],
"flashSuitChecked": true,
"note": [
"Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue.",
"The frame window for the unmorph depends on the alignment of Samus' bounces.",
"Even if Samus bounces upward out of the tunnel, it is possible to unmorph and use a pause buffer to remorph while retaining blue."
],
"devNote": "The runway has 1 unusable tile, to allow space to perform the blue bounce."
},
{
"id": 21,
"link": [2, 3],
Expand Down