Fish Tank: Come in With Water Shinecharge, Leave With Temporary Blue

Room ID: 173

Wiki
From: 2
Bottom Right Door
To: 3
Top Right Door

Run into the room to gain temporary blue with a water shinecharge. Use X-ray along with HiJump to chain it through the room.

Entrance condition:

{
  "comeInRunning": {
    "speedBooster": true,
    "minTiles": 0.4375
  }
}

Requires:

"canWaterShineCharge"
"canStationaryLateralMidAirMorph"
"HiJump"
{
  "or": [
    "canBeVeryPatient",
    "canTrickySpringBallJump"
  ]
}
"canXRayTurnaround"
"canLongChainTemporaryBlue"

Exit condition:

{
  "leaveWithTemporaryBlue": {
    "direction": "any"
  }
}

Unlocks doors:

{"types":["ammo"],"requires":[]}

Dev note: FIXME: This could be done with Spring Ball instead of HiJump; but it requires some space on either the left or right of the door in the room above, e.g. it won't work with the vanilla connection, and we would need some way to model that.