Room ID: 103
From: 3
Left Shaft - Middle Right Door
To: 4
Left Shaft - Top Right Door
Entrance condition: {
"comeInGettingBlueSpeed": {
"length": 3,
"openEnd": 1,
"minExtraRunSpeed": "$2.0"
}
}Requires: "canXRayTurnaround"
"canLongChainTemporaryBlue"
{
"or": [
{
"and": [
"HiJump",
{
"heatFrames": 370
}
]
},
{
"and": [
"canTrickySpringBallJump",
{
"heatFrames": 380
}
]
}
]
}Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["super","powerbomb"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":50}]}Dev note: FIXME: This could be done with lower run speed, at the cost of more heat frames. |