Room ID: 173
From: 2
Bottom Right Door
To: 1
Bottom Left Door
Run into the room to gain temporary blue with a water shinecharge. Use X-ray along with HiJump and/or Spring Ball to chain it through the room. Entrance condition: {
"comeInRunning": {
"speedBooster": true,
"minTiles": 0.4375
}
}Requires: "canWaterShineCharge"
"canStationaryLateralMidAirMorph"
{
"or": [
{
"and": [
"HiJump",
"canTrickySpringBallJump"
]
},
{
"and": [
{
"or": [
"HiJump",
"canTrickySpringBallJump"
]
},
"canBeVeryPatient"
]
}
]
}
"canXRayTurnaround"
"canLongChainTemporaryBlue"Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["ammo"],"requires":[]} |