Room ID: 29
From: 2
Bottom Left Door
To: 4
Top Junction (Right of Spikes)
Ascend with a long IBJ, then go through the speed blocks and through the morph tunnel. The Boyons can be killed with bombs or 3 Power Bombs, or Samus can jump through them with Spring Ball, which is easy as long as she doesn't stop jumping. Note that Samus can not bomb boost through the Boyons while blue. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_blueSuitGMode"
"h_artificialMorphLongIBJ"
"canBePatient"
{
"or": [
"canBeVeryPatient",
{
"and": [
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
},
"canDoubleBombJump"
]
},
{
"and": [
"h_artificialMorphSpringBall",
"canDoubleBombJump"
]
}
]
}Dev note: There is not a ceiling bomb jump strat from here, because it would be easier to just have X-Ray climbed the room. |