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

Room ID: 175

Wiki

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
            }
          ]
        }
      ]
    }
  ]
}
{
  "useFlashSuit": {}
}
{
  "shinespark": {
    "frames": 7
  }
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

{"types":["ammo"],"requires":[]}