Blue Brinstar Energy Tank Room: G-Mode Morph Power Bomb the Ceiling Block Item

Room ID: 41

Wiki
From: 5
G-Mode Morph Junction (Bottom)
To: 2
Top Left Door

Overload PLMs with a single Power Bomb by hitting the ceiling block item. This can be done with a single precisely placed Power Bomb. There should be one empty tile between Samus and the right wall. Because the item is in a shot block, this does not require Direct G-mode, nor does it require the item to be uncollected.

Requires:

"canPowerBombItemOverloadPLMs"
"canGMode"
"h_artificialMorphPowerBomb"
"h_artificialMorphMovement"
{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump",
    {
      "and": [
        {
          "blueSuitShinecharge": {}
        },
        {
          "or": [
            {
              "shinespark": {
                "frames": 32,
                "excessFrames": 3
              }
            },
            {
              "and": [
                "HiJump",
                {
                  "shinespark": {
                    "frames": 29,
                    "excessFrames": 3
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Clears obstacles: B, C

Dev note: This strat is useless if Samus has Morph, so there will be no flashing lights.