Mt. Everest: Base

Room ID: 174

Wiki
From: 8
Higher Hill Junction
To: 6
Left Morph Passage Doorway

Requires:

"h_canNavigateUnderwater"
{
  "or": [
    "h_canUseSpringBall",
    "canMidAirMorph",
    {
      "and": [
        "Gravity",
        "canBombHorizontally"
      ]
    },
    {
      "and": [
        "Gravity",
        "canLongIBJ",
        "canJumpIntoIBJ"
      ]
    },
    {
      "and": [
        "Gravity",
        "canTrivialMidAirMorph",
        {
          "or": [
            "SpaceJump",
            "canUseFrozenEnemies"
          ]
        }
      ]
    },
    {
      "and": [
        "canTrivialMidAirMorph",
        "canDisableEquipment"
      ]
    }
  ]
}

Dev note: It's possible to get in without a mid-air morph by rolling off from above, but that requires disabling Gravity and/or crab hits and the crab not killed. That's a lot of work to avoid something simple and barely reasonable at that level anyways.