Room ID: 150
|
Requires: "h_usePowerBomb"
{
"or": [
"canTrivialMidAirMorph",
"h_useSpringBall"
]
}
{
"or": [
{
"and": [
"canPreciseWalljump",
{
"heatFrames": 230
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 310
}
]
},
{
"and": [
"HiJump",
"canSpeedyJump",
{
"heatFrames": 320
}
]
},
{
"and": [
"HiJump",
"SpaceJump",
{
"heatFrames": 200
}
]
},
{
"and": [
"HiJump",
"canWalljump",
{
"heatFrames": 200
}
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir",
{
"heatFrames": 340
}
]
}
]
} |