Room ID: 119
From: 2
Right Door
To: 1
Left Door
Use Space Jump, Spring Ball, to carry blue speed across the room; alternatively, use a long series of temporary blue chains. Entrance condition: { "comeInGettingBlueSpeed": { "length": 13, "openEnd": 1 } } Requires: "canChainTemporaryBlue" { "or": [ { "and": [ "canSpeedball", "canSpringBallBounce", { "heatFrames": 490 } ] }, { "and": [ "SpaceJump", { "heatFrames": 420 } ] }, { "and": [ "canSpeedball", "canLongChainTemporaryBlue", { "heatFrames": 790 } ] } ] } Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} |