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

Room ID: 51

Wiki
From: 3
Bottom Left Door
To: 5
Top Item

Place two precisely positioned Power Bombs to overload PLMs. This is 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:

{
  "itemNotCollectedAtNode": 5
}
"canRiskPermanentLossOfAccess"
{
  "or": [
    "Morph",
    "h_artificialMorphSpringBall"
  ]
}
{
  "ammo": {
    "type": "PowerBomb",
    "count": 2
  }
}
{
  "or": [
    "canWalljump",
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    }
  ]
}

Dev note: This requires canRiskPermanentLossOfAccess unless Samus returns through the crumble blocks.