Room ID: 149
|
Try to jump to the far left side raised ledges to reduce the time spent in acid. This could mean turning off HiJump, or airballing to jump farther. Requires: "canSuitlessLavaDive"
{
"or": [
"HiJump",
"canWalljump",
"canSpringBallJumpMidAir"
]
}
{
"acidFrames": 110
}
{
"heatFrames": 285
}
{
"or": [
"canDash",
{
"and": [
{
"acidFrames": 100
},
{
"heatFrames": 90
}
]
}
]
} |