Room ID: 107
From: 1
Left Door
To: 2
Right Door
Entrance condition: {
"comeInGettingBlueSpeed": {
"length": 2,
"openEnd": 1,
"minExtraRunSpeed": "$1.D",
"maxExtraRunSpeed": "$2.F"
}
}Requires: {
"or": [
{
"and": [
"canBlueSpaceJump",
{
"heatFrames": 215
}
]
},
{
"and": [
"canTrickySpringBallBounce",
{
"heatFrames": 215
}
]
},
{
"and": [
"canLongChainTemporaryBlue",
{
"heatFrames": 370
}
]
}
]
}Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["super","powerbomb"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":50}]} |