Room ID: 170
Entrance condition: { "comeInWithSidePlatform": { "platforms": [ { "minHeight": 2, "maxHeight": 2, "minTiles": 38, "speedBooster": true, "obstructions": [ [ 1, 0 ] ], "requires": [], "note": "Applies to Noob Bridge.", "devNote": [ "FIXME: This (and other cases) can leave with enough vertical momentum to make it to the middle door of Main Street,", "if the top door of Glass Tunnel connects to the bottom of Main Street." ] }, { "minHeight": 2, "maxHeight": 2, "minTiles": 45, "speedBooster": true, "obstructions": [ [ 3, 0 ] ], "requires": [ "canMomentumConservingMorph", "canInsaneJump", "canInsaneMidAirMorph" ], "note": [ "This applies to Statues Hallway and Baby Kraid Room." ] }, { "minHeight": 3, "maxHeight": 3, "minTiles": 45, "speedBooster": true, "obstructions": [ [ 3, 0 ] ], "requires": [ "canMomentumConservingMorph", "canInsaneJump", "canInsaneMidAirMorph" ], "note": [ "This applies to Bowling Alley (middle, power off) and Basement (power on)." ] }, { "minHeight": 3, "maxHeight": 3, "minTiles": 39.4375, "speedBooster": true, "obstructions": [ [ 3, 2 ] ], "requires": [], "note": "Applies to Metal Pirates Room." } ] } } Requires: { "or": [ "f_MaridiaTubeBroken", { "obstaclesCleared": [ "f_MaridiaTubeBroken" ] } ] } "canCrossRoomJumpIntoWater" "canTrickyJump" "canMomentumConservingTurnaround" Unlocks doors: {"types":["super"],"requires":[]} {"types":["missiles","powerbomb"],"requires":["never"]} |