Room ID: 94
From: 5
Bottom Floating Platform Junction
To: 4
Top Floating Platform Junction
Requires: {
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 85
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 55
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 110
}
]
}
]
} |