Room ID: 112
From: 2
Right Door
To: 1
Left Door
Entrance condition: {
"comeInGettingBlueSpeed": {
"length": 3,
"openEnd": 1,
"minExtraRunSpeed": "$1.A"
}
}Requires: "SpaceJump"
"canChainTemporaryBlue"
{
"heatFrames": 330
}Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":90}]}
{"types":["powerbomb"],"requires":[{"heatFrames":90}]}Dev note: The minimum speed $1.A is arbitrary; lower speeds could work with larger heatFrames. FIXME: set up a mechanism to automate heat frames required in cases like this. |