Room ID: 70
|
Requires: {
"haveBlueSuit": {}
}
{
"or": [
"canConsecutiveWalljump",
"SpaceJump",
{
"and": [
"Gravity",
"canIBJ"
]
},
{
"and": [
"Gravity",
"canSpringBallJumpMidAir"
]
},
{
"and": [
{
"doorUnlockedAtNode": 1
},
{
"or": [
"HiJump",
"canSpringBallJumpMidAir",
{
"and": [
"canJumpIntoIBJ",
"can4HighMidAirMorph"
]
}
]
}
]
},
{
"and": [
"canBombJumpWaterEscape",
"canLongIBJ"
]
}
]
}Dev note: With a blue suit, the bomb blocks in front of the door cannot be used as a platform. |