Room ID: 184
From: 1
Bottom Left Door
To: 2
Right Door
Chain temporary blue across the room in order to break the Speed blocks. If available, bouncing using Spring Ball can help speed this up significantly. If two Power Bombs are also available, they can be used to break the shot blocks along the way without needing to stop bouncing. Entrance condition: { "comeInWithTemporaryBlue": { "direction": "left" }, "comesThroughToilet": "any" } Requires: "canChainTemporaryBlue" "canXRayTurnaround" { "or": [ "HiJump", "canTrickySpringBallJump", "canInsaneJump" ] } { "or": [ { "and": [ "canSpringBallBounce", { "or": [ { "ammo": { "type": "PowerBomb", "count": 2 } }, { "and": [ "canLongChainTemporaryBlue", "can4HighMidAirMorph" ] } ] } ] }, { "and": [ "canLongChainTemporaryBlue", "canStationaryLateralMidAirMorph", "can4HighMidAirMorph", "canBeVeryPatient" ] } ] } |