Room ID: 104
|
Wall jump up the left wall, perform a delayed wall jump on the Fune to reach the door. Entrance condition: {
"comeInJumping": {
"speedBooster": "any",
"minTiles": 0
}
}Requires: "canPrepareForNextRoom"
"canTrickyWalljump"
"canConsecutiveWalljump"
"canTrickyJump"
"canFastWalljumpClimb"
"canUseEnemies"
{
"heatFrames": 120
}
{
"or": [
"canDash",
{
"heatFrames": 5
}
]
}Dev note: This differs from the canPrepareForNextRoom option of the previous strat only in requiring an air entry. FIXME: canFastWalljumpClimb is for difficulty placement. |