Room ID: 108
From: 4
Junction Below Morph Tunnel
To: 5
Junction Above Morph Tunnel
Requires: {
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 100
}
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir",
{
"heatFrames": 160
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 180
}
]
},
{
"and": [
"SpaceJump",
"HiJump",
{
"heatFrames": 120
}
]
}
]
}Dev note: It is faster to go around than to climb with Ice. |