Room ID: 136
From: 3
Bottom Platform Junction
To: 4
Center Floating Platforms Junction
Precise jumps are needed to avoid both the Pirates and the acid. Requires: "canInsaneJump"
{
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 460
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 490
}
]
},
{
"and": [
"canJumpIntoIBJ",
{
"heatFrames": 600
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 460
}
]
},
{
"and": [
"Charge",
"canTrickyUseFrozenEnemies",
"Plasma",
{
"heatFrames": 545
}
]
}
]
} |