Etecoon Energy Tank Room: Direct G-Mode Morph with Blue Suit, Power Bomb the Item

Room ID: 51

Wiki

Samus is only able to kill enemies with blue suit while moving and not falling. With bombs as the only movement option, Samus should only touch the enemies while grounded and moving horizontally. After crossing the spikeway, use two precisely positioned Power Bombs to overload PLMs. Place the Power Bombs at the same height as the tile above the door. This ends up being the max height Samus can jump and place it while at the very bottom of the room, with a midair morph or artificially morphed Spring Ball jump.

Entrance condition:

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

Requires:

"h_blueSuitGMode"
"canPowerBombItemOverloadPLMs"
{
  "itemNotCollectedAtNode": 5
}
"canRiskPermanentLossOfAccess"
{
  "or": [
    "Morph",
    "h_artificialMorphSpringBall",
    "h_artificialMorphIBJ"
  ]
}
{
  "ammo": {
    "type": "PowerBomb",
    "count": 2
  }
}
{
  "or": [
    "canWalljump",
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    "h_artificialMorphLongIBJ",
    {
      "and": [
        {
          "blueSuitShinecharge": {}
        },
        {
          "shinespark": {
            "frames": 13,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}

Clears obstacles: A

Dev note: This requires canRiskPermanentLossOfAccess unless Samus returns through the crumble blocks. FIXME: This could include a Crystal Flash before shinesparking.