Room ID: 135
From: 2
Bottom Left Door
To: 6
Bottom Platform Junction With Pirates Killed
Jump to the center platform, morph, and kill the bottom two Pirates by laying Power Bombs on the platform. Then jump morph to lay additional Power Bombs to kill the top Pirate. The amount of Power Bombs needed can be reduced by jump morphing over the bottom Pirate to lay one or more of the Power Bombs mid-air. Requires: "canTrivialMidAirMorph"
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
}
{
"heatFrames": 450
}
{
"or": [
"canTrickyDodgeEnemies",
{
"and": [
"canTrickyJump",
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
},
{
"heatFrames": 200
}
]
},
{
"and": [
{
"ammo": {
"type": "PowerBomb",
"count": 2
}
},
{
"heatFrames": 200
}
]
}
]
}
{
"or": [
"h_heatResistant",
"canPauseAbuse",
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 149
}
]
}
]
} |