Room ID: 119
From: 1
Left Door
To: 2
Right 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": 780
}
]
}
]
}Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["super","powerbomb"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":50}]} |