Room ID: 146
From: 4
Item
To: 5
Spring Ball Maze Junction (Past the Bomb Blocks)
Requires: {
"or": [
{
"and": [
"canTrivialMidAirMorph",
{
"heatFrames": 190
}
]
},
{
"and": [
"h_useSpringBall",
"HiJump",
{
"heatFrames": 190
}
]
},
{
"and": [
"h_useSpringBall",
"canInsaneJump",
{
"heatFrames": 100
}
]
},
{
"and": [
"h_useMorphBombs",
"canInsaneJump",
{
"heatFrames": 160
}
]
}
]
}
{
"or": [
{
"obstaclesCleared": [
"B"
]
},
{
"haveBlueSuit": {}
}
]
} |