Room ID: 184
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": "right" }, "comesThroughToilet": "any" } Requires: "canChainTemporaryBlue" { "or": [ "HiJump", "canTrickySpringBallJump", "canInsaneJump" ] } { "or": [ { "and": [ "canSpringBallBounce", { "or": [ { "ammo": { "type": "PowerBomb", "count": 2 } }, { "and": [ "canLongChainTemporaryBlue", "can4HighMidAirMorph" ] } ] } ] }, { "and": [ "canLongChainTemporaryBlue", "canStationaryLateralMidAirMorph", "can4HighMidAirMorph", "canBeVeryPatient" ] } ] } |