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