canBombAboveIBJ (Very Hard)

The ability to break blocks above Samus while maintaining an ongoing IBJ without falling.

Dependencies: canIBJ

Difficulty filter

Strats ()

From: 1
Bottom Left Door
To: 3
Hidden Ceiling Item

Requires:

"h_canBombAboveIBJ"
From: 9
Junction (Top Rippers)
To: 5
Top Right Door

Jump into IBJ to avoid breaking the ledges. Place a Power Bomb on the ascent to break the block and continue the IBJ through it. It is possible to do without a Power Bomb with canBombAboveIBJ.

Requires:

"h_canJumpIntoIBJ"
{
  "or": [
    "canBombAboveIBJ",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 1
      }
    }
  ]
}
{
  "obstaclesCleared": [
    "B"
  ]
}
From: 5
Bottom Junction
To: 1
Top Left Door

The shot block may respawn while bomb jumping and can be cleared by weaving a Power Bomb into the IBJ, or with a bomb placed overhead while bomb jumping. The Power Bomb can be placed one tile higher than the doors to also clear the Power Bomb Blocks above at the same time.

Requires:

"h_canNavigateHeatRooms"
"h_canIBJ"
{
  "or": [
    {
      "and": [
        {
          "or": [
            "h_canBombAboveIBJ",
            "h_canUsePowerBombs"
          ]
        },
        {
          "heatFrames": 1000
        }
      ]
    },
    {
      "and": [
        "h_canDoubleBombJump",
        {
          "heatFrames": 510
        }
      ]
    },
    {
      "and": [
        "h_canJumpIntoIBJ",
        {
          "heatFrames": 480
        }
      ]
    },
    {
      "and": [
        "h_canDoubleBombJump",
        "h_canJumpIntoIBJ",
        {
          "heatFrames": 300
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "h_canUsePowerBombs",
        {
          "heatFrames": 50
        }
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A

From: 4
Junction Below Bomb Blocks
To: 2
Top Right Door

Shoot the block before starting or in mid-air, then use spring ball to bounce on the crumb blocks and start an IBJ. The shot block respawns quickly so it's pretty unforgiving on the IBJ executions. Conservatively placing bombs for the IBJ will not make it up in time, unless the block is broken while IBJing.

Requires:

{
  "obstaclesCleared": [
    "A"
  ]
}
"h_canJumpIntoIBJ"
"h_canUseSpringBall"
{
  "or": [
    "canTrickyJump",
    "canDoubleBombJump",
    "canBombAboveIBJ",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 1
      }
    }
  ]
}
{
  "heatFrames": 500
}
From: 6
Bottom Platform Junction With Pirates Killed
To: 4
Junction Above Bomb Blocks

Requires:

"h_canNavigateHeatRooms"
"h_canIBJ"
{
  "or": [
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 1460
        }
      ]
    },
    {
      "and": [
        "canDoubleBombJump",
        {
          "heatFrames": 1000
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        "canDoubleBombJump",
        {
          "heatFrames": 800
        }
      ]
    },
    {
      "heatFrames": 2000
    }
  ]
}
{
  "or": [
    "h_canUsePowerBombs",
    {
      "and": [
        "h_canBombAboveIBJ",
        "canStaggeredIBJ",
        {
          "heatFrames": 180
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canBePatient"
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A