Room ID: 7
|
Jump and Morph very quickly to place a bomb to boost Samus to the right. The bomb should be as far right as possible, and just above door height. Requires: "h_bombThings"
{
"or": [
"canBeLucky",
"Bombs",
{
"ammo": {
"type": "PowerBomb",
"count": 4
}
}
]
}
{
"tech": "canUnmorphBombBoost"
}
"canResetFallSpeed"
"can4HighMidAirMorph"Collects items: 3 Dev note: canBeLucky added for difficulty placement. |