Room ID: 170
|
Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
},
"comesThroughToilet": "any"
}Requires: {
"or": [
"Gravity",
"h_artificialMorphDoubleSpringBallJump",
{
"and": [
{
"not": "f_MaridiaTubeBroken"
},
"canRiskPermanentLossOfAccess"
]
}
]
}
{
"or": [
"h_artificialMorphIBJ",
{
"and": [
"HiJump",
"h_artificialMorphSpringBall"
]
},
{
"and": [
"h_artificialMorphSpringBallBombJump",
"h_artificialMorphSpringBall"
]
},
{
"and": [
"canGravityJump",
"h_artificialMorphSpringBall"
]
}
]
}Exit condition: {
"leaveWithGMode": {
"morphed": true
}
} |