The ability to break blocks above Samus while maintaining an ongoing IBJ without falling.
Dependencies: canIBJ
Requires: "canBombAboveIBJ" |
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: "canJumpIntoIBJ" { "or": [ "canBombAboveIBJ", { "ammo": { "type": "PowerBomb", "count": 1 } } ] } { "obstaclesCleared": [ "B" ] } |
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: "canIBJ" { "or": [ { "and": [ { "or": [ "canBombAboveIBJ", "canPowerBombMidIBJ" ] }, { "heatFrames": 1000 } ] }, { "and": [ "canDoubleBombJump", { "heatFrames": 510 } ] }, { "and": [ "canJumpIntoIBJ", { "heatFrames": 480 } ] }, { "and": [ "canDoubleBombJump", "canJumpIntoIBJ", { "heatFrames": 300 } ] } ] } { "or": [ { "and": [ "h_canUsePowerBombs", { "heatFrames": 50 } ] }, { "obstaclesCleared": [ "A" ] } ] } Clears obstacles: A Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]} {"types":["powerbomb"],"requires":[],"useImplicitRequires":false} |
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" ] } "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: "canIBJ" { "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 |