Room ID: 32
From: 4
Lower Section - Top Right Door
To: 4
Lower Section - Top Right Door
Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": false
}
}Requires: {
"or": [
"SpaceJump",
"canWalljump",
{
"and": [
"canLongIBJ",
"Gravity"
]
},
{
"and": [
"HiJump",
"canJumpIntoIBJ"
]
},
{
"and": [
"canLongIBJ",
"canBombHorizontally",
"canResetFallSpeed"
]
},
{
"and": [
"canJumpIntoIBJ",
"canLongIBJ",
"canTrickyJump"
]
},
{
"and": [
"HiJump",
{
"or": [
"canSpeedyJump",
"canSpringBallJumpMidAir"
]
}
]
},
{
"and": [
"canTrickyJump",
"canPreciseGrapple"
]
},
{
"and": [
"Gravity",
"canShinechargeMovement",
"canMidairShinespark",
"h_shinechargeMaxRunway",
{
"shinespark": {
"frames": 35,
"excessFrames": 10
}
}
]
}
]
}Exit condition: {
"leaveWithGMode": {
"morphed": false
}
} |