canStaggeredIBJ (Expert)

The ability to change the bomb placement timing in order control the speed with which you gain height. This is typically used to avoid an enemy moving in Samus' path above.

Dependencies: canIBJ

Difficulty filter

Strats ()

From: 3
Bottom Left Door
To: 6
Junction (Above Bottom Rippers)

Requires switching between single and double IBJs. While Doubles are not techincally necessary, they make the strat more bearable. Exit G-Mode before the Power Bomb explodes in order to break the wall. With an extra Power Bomb, it may be worthwhile to use it to kill some of the Rippers.

Entrance condition:

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

Requires:

{
  "notable": "IBJ Between the Bottom Rippers"
}
"h_canArtificialMorphDoubleBombJump"
"h_canArtificialMorphStaggeredIBJ"
"h_canArtificialMorphPowerBomb"
"h_canArtificialMorphLongIBJ"

Clears obstacles: A

From: 4
Bottom Right Door
To: 6
Junction (Above Bottom Rippers)

Requires switching between single and double IBJs. While Doubles are not techincally necessary, they make the strat more bearable. Exit G-Mode before the Power Bomb explodes in order to break the wall. With an extra Power Bomb, it may be worthwhile to use it to kill some of the Rippers.

Entrance condition:

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

Requires:

{
  "notable": "IBJ Between the Bottom Rippers"
}
"h_canArtificialMorphDoubleBombJump"
"h_canArtificialMorphStaggeredIBJ"
"h_canArtificialMorphPowerBomb"
"h_canArtificialMorphLongIBJ"

Clears obstacles: A

From: 7
Junction (Bottom of Room)
To: 6
Junction (Above Bottom Rippers)

Requires switching between single and double IBJs. While Doubles are not techincally necessary, they make the strat more bearable.

Requires:

{
  "notable": "IBJ Between the Bottom Rippers"
}
"canDoubleBombJump"
"canStaggeredIBJ"
"canLongIBJ"
From: 9
Junction (Top Rippers)
To: 9
Junction (Top Rippers)

To kill the Rippers with a single Power Bomb without breaking the ledge, place the bomb just above the second Ripper.

Requires:

"h_canUsePowerBombs"
"canCarefulJump"
{
  "or": [
    "canWalljump",
    "canSpringBallJumpMidAir",
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "canTrickyDashJump"
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "or": [
            "canStaggeredIBJ",
            "canDoubleBombJump"
          ]
        }
      ]
    }
  ]
}

Clears obstacles: B

From: 4
Lava, Left Wall
To: 3
Above Lava Junction

Begin on top of the lower left Namihe Jump into a double IBJ with such timing that Samus passes above the fired flame and such a way that there is no horizontal speed. A forward jump with run not held will work. Begin diagonal bomb jumping once past the start of the 2nd spike group from the top.

Requires:

{
  "notable": "Diagonal Bomb Jump"
}
"h_heatProof"
"Gravity"
{
  "or": [
    "h_lavaProof",
    "canSuitlessLavaDive"
  ]
}
"canJumpIntoIBJ"
"canLongIBJ"
"canDoubleBombJump"
"canDiagonalBombJump"
"canStaggeredIBJ"
"canInsaneJump"
{
  "heatFrames": 1560
}
{
  "lavaFrames": 1520
}
From: 2
Bottom Right Door
To: 1
Top Right Door

Kill the Sova on the bottom-right platform, then IBJ right next to the left of the platform. Samus can align with the left side of the platform by jumping into it. Changing the IBJ speed may be necessary to get past the second Sova.

Requires:

"canLongIBJ"
"canStaggeredIBJ"
{
  "heatFrames": 4000
}
From: 2
Bottom Right Door
To: 3
Hidden Item

IBJ against the left-most wall. Changing the IBJ speed may be necessary to get past the Sova.

Requires:

"canLongIBJ"
"canStaggeredIBJ"
{
  "heatFrames": 4000
}
From: 6
Bottom Platform Junction With Pirates Killed
To: 4
Junction Above Bomb Blocks

Requires:

"canLongIBJ"
{
  "or": [
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 1460
        }
      ]
    },
    {
      "and": [
        "canDoubleBombJump",
        {
          "heatFrames": 1000
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        "canDoubleBombJump",
        {
          "heatFrames": 800
        }
      ]
    },
    {
      "heatFrames": 2000
    }
  ]
}
{
  "or": [
    "canPowerBombMidIBJ",
    {
      "and": [
        "canBombAboveIBJ",
        "canStaggeredIBJ",
        {
          "heatFrames": 180
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canBePatient"
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A

From: 3
Middle Right Door
To: 4
Top Right Door

This is a long climb, and getting around the fish under the missiles can be tricky or slow.

Entrance condition:

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

Requires:

"h_canArtificialMorphIBJ"
"Gravity"
{
  "or": [
    "h_canArtificialMorphJumpIntoIBJ",
    "h_canArtificialMorphDoubleBombJump",
    "h_canArtificialMorphStaggeredIBJ",
    "canBeVeryPatient"
  ]
}
From: 13
G-Mode Morph Junction By Middle Right Door
To: 4
Top Right Door

Climb the room with IBJ or double Spring Ball jump.

Requires:

"canEnterGMode"
"h_canNavigateUnderwater"
{
  "or": [
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphDoubleBombJump",
            "h_canArtificialMorphStaggeredIBJ",
            "canBePatient",
            "h_canArtificialMorphPowerBomb"
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}
From: 13
G-Mode Morph Junction By Middle Right Door
To: 10
Direct G-Mode Morph On Ledge Left of Morph Tunnel Item

This is a long climb, and getting around the fish under the speed blocks can be tricky or slow.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_canNavigateUnderwater"
{
  "obstaclesCleared": [
    "B"
  ]
}
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphJumpIntoIBJ",
            "h_canArtificialMorphDoubleBombJump",
            "h_canArtificialMorphStaggeredIBJ",
            {
              "and": [
                "h_canArtificialMorphIBJ",
                "canBeVeryPatient"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphIBJ",
                "h_canArtificialMorphPowerBomb"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "HiJump"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "canGravityJump"
              ]
            }
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}
From: 13
G-Mode Morph Junction By Middle Right Door
To: 11
G-Mode Junction Below Speed Blocks (Overloaded PLMs)

This is a long climb, and getting around the fish under the missiles can be tricky or slow. Place bombs against the speed blocks until they are overloaded.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_canNavigateUnderwater"
{
  "or": [
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphJumpIntoIBJ",
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "HiJump"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "canGravityJump"
              ]
            },
            "h_canArtificialMorphDoubleBombJump",
            "h_canArtificialMorphStaggeredIBJ",
            "canBeVeryPatient",
            "h_canArtificialMorphPowerBomb"
          ]
        },
        {
          "or": [
            "h_canArtificialMorphSpringBall",
            "h_canArtificialMorphCeilingBombJump",
            "canBeVeryPatient"
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}
IBJ (Expert)
Colosseum
From: 1
Left Door
To: 3
Top Right Door

Start an IBJ by either bouncing on the sand with SpringBall, doing a stationary spinjump on the sand, Or by crouch jumping in the sand while holding down.

Requires:

"Gravity"
"canLongIBJ"
"canJumpIntoIBJ"
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        "can4HighMidAirMorph",
        "canPlayInSand"
      ]
    },
    "h_canUseSpringBall"
  ]
}
{
  "or": [
    "canDoubleBombJump",
    "canStaggeredIBJ",
    "canBePatient"
  ]
}
IBJ (Expert)
Colosseum
From: 3
Top Right Door
To: 1
Left Door

Start an IBJ by either bouncing on the sand with SpringBall, doing a stationary spinjump on the sand, Or by crouch jumping in the sand while holding down.

Requires:

"Gravity"
"canLongIBJ"
"canJumpIntoIBJ"
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        "can4HighMidAirMorph",
        "canPlayInSand"
      ]
    },
    "h_canUseSpringBall"
  ]
}
{
  "or": [
    "canDoubleBombJump",
    "canStaggeredIBJ",
    "canBePatient"
  ]
}
From: 1
Bottom Left Door
To: 2
Top Right Door

IBJ up the climb. This is a lot easier with PBs or Spring Ball to help kill the enemies. With PBs, use one on entry to deal with the Puyos, then IBJ up the right side and use another to kill the middle Choot. Otherwise, Kill the Puyos then the bottom Choot with Bombs, falling off when necessary, then climb the left side of the room.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphLongIBJ",
    "h_canArtificialMorphJumpIntoIBJ"
  ]
}
{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "and": [
        "h_canArtificialMorphPowerBomb",
        "h_canArtificialMorphPowerBomb"
      ]
    },
    {
      "and": [
        "h_canArtificialMorphStaggeredIBJ",
        "canBeVeryPatient"
      ]
    }
  ]
}
From: 1
Bottom Left Door
To: 4
G-Mode Junction (Top by Elevator)

It is possible to kill the Rippers with a single Power Bomb by placing it at least 2 tiles above the lowest Ripper inside the narrow section of the shaft.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  }
}

Requires:

{
  "or": [
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Ripper",
                "Ripper",
                "Ripper"
              ]
            ]
          }
        },
        {
          "or": [
            "canWalljump",
            "SpaceJump"
          ]
        }
      ]
    },
    {
      "and": [
        "canLongIBJ",
        {
          "ammo": {
            "type": "Super",
            "count": 3
          }
        }
      ]
    },
    {
      "and": [
        "canLongIBJ",
        "h_canUsePowerBombs",
        {
          "or": [
            "h_canUsePowerBombs",
            "canStaggeredIBJ"
          ]
        }
      ]
    }
  ]
}
From: 1
Bottom Left Door
To: 4
G-Mode Junction (Top by Elevator)

The Rippers can be killed with three Power Bombs, or one carefully placed Power Bomb, Gravity, and a careful dodge of the top-most Ripper. With a single Power Bomb, IBJ from the water to avoid the first Ripper, then place the Power Bomb at least two tiles above the next. This can be achieved with a Staggered IBJ. Then climb the right side of the shaft and similarly dodge the top Ripper.

Entrance condition:

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

Requires:

"h_canArtificialMorphLongIBJ"
{
  "or": [
    "Gravity",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
"h_canArtificialMorphPowerBomb"
{
  "or": [
    "h_canArtificialMorphStaggeredIBJ",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
From: 1
Bottom Left Door
To: 4
G-Mode Junction (Top by Elevator)

The Rippers can be killed with two Power Bombs, or one carefully placed Power Bomb and a careful dodge of the top-most Ripper. With a single Power Bomb, use Spring Ball to avoid the first Ripper, then place the Power Bomb at least two tiles above the next. This can be achieved with a Staggered IBJ or a Spring Ball Bomb Boost. Then climb the right side of the shaft and dodge the top Ripper.

Entrance condition:

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

Requires:

"h_canArtificialMorphLongIBJ"
"h_canArtificialMorphSpringBallBombJump"
"h_canArtificialMorphPowerBomb"
{
  "or": [
    "h_canArtificialMorphStaggeredIBJ",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
From: 2
Right Door
To: 4
G-Mode Junction (Top by Elevator)

It is possible to kill the Rippers with a single Power Bomb by placing it at least 2 tiles above the lowest Ripper inside the narrow section of the shaft.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  }
}

Requires:

{
  "or": [
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Ripper",
                "Ripper",
                "Ripper"
              ]
            ]
          }
        },
        {
          "or": [
            "canWalljump",
            "SpaceJump"
          ]
        }
      ]
    },
    {
      "and": [
        "canLongIBJ",
        {
          "ammo": {
            "type": "Super",
            "count": 3
          }
        }
      ]
    },
    {
      "and": [
        "canLongIBJ",
        "h_canUsePowerBombs",
        {
          "or": [
            "h_canUsePowerBombs",
            "canStaggeredIBJ"
          ]
        }
      ]
    }
  ]
}
From: 2
Right Door
To: 4
G-Mode Junction (Top by Elevator)

The Rippers can be killed with two Power Bombs, or one carefully placed Power Bomb and a careful dodge of the top-most Ripper. With a single Power Bomb, place it at least two tiles above the first Ripper. This can be achieved with a Staggered IBJ or a Spring Ball Bomb Boost. Then climb the right side of the shaft and dodge the top Ripper.

Entrance condition:

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

Requires:

"h_canArtificialMorphLongIBJ"
"h_canArtificialMorphPowerBomb"
{
  "or": [
    "h_canArtificialMorphStaggeredIBJ",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}