Room ID: 136
|
SpaceJump diagonally towards the door through the acid. Requires: {
"notable": "Reverse Acid Dive"
}
{
"obstaclesNotCleared": [
"A"
]
}
"canSuitlessLavaDive"
"Gravity"
"SpaceJump"
{
"or": [
{
"and": [
{
"heatFrames": 330
},
{
"acidFrames": 330
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 220
},
{
"acidFrames": 220
}
]
}
]
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}Dev note: FIXME: Add requirements to unlock the door with Missiles and Power Bombs. |