Mt. Everest: G-Mode Morph, SpringBall out of Morph Tunnel

Room ID: 174

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

Quickly kill the crab. Jump using Springball with the right timing leaving the Morph tunnel to avoid falling.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "h_EverestMorphTunnelExpanded",
    "h_artificialMorphPowerBomb",
    {
      "and": [
        "canTrickyGMode",
        "h_artificialMorphBombs"
      ]
    },
    {
      "and": [
        "h_artificialMorphBombs",
        {
          "enemyDamage": {
            "enemy": "Sciser",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Sciser",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}
"canInsaneJump"
"h_artificialMorphSpringBall"

Dev note: The tunnel does not need to be expanded for Samus to get into the morph tunnel without getting stuck, regardless of if she has Morph or artificial morph, and is in direct or indirect G-mode.