Crab Shaft: Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft)

Room ID: 175

Wiki
From: 3
Top Door
To: 4
Platform Below Top Door

Crystal Flash on the top right corner of the central structure to where the crab will hit Samus from below. Time the Power Bomb to avoid killing the crab.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": true
  },
  "comesThroughToilet": "no"
}

Requires:

"h_artificialMorphComplexRModeCrystalFlashInterrupt"
{
  "ammo": {
    "type": "Missile",
    "count": 10
  }
}
{
  "ammo": {
    "type": "Super",
    "count": 10
  }
}
{
  "or": [
    "h_fullEnemyDamageReduction",
    {
      "and": [
        "h_partialEnemyDamageReduction",
        {
          "resourceAtMost": [
            {
              "type": "RegularEnergy",
              "count": 39
            }
          ]
        }
      ]
    },
    {
      "and": [
        {
          "resourceCapacity": [
            {
              "type": "RegularEnergy",
              "count": 199
            }
          ]
        },
        {
          "resourceCapacity": [
            {
              "type": "ReserveEnergy",
              "count": 199
            }
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    "Gravity",
    "HiJump",
    "canSpringBallJumpMidAir"
  ]
}

Dev note: A node below the platform might help, but without the extra movement, Samus can always do this at 1 instead. With Ice, Samus would want to do this at 1 and then climb back up.