Room ID: 133
From: 1
Top Left Door
To: 1
Top Left Door
The Power Bombs must be placed carefully to hit the Pirate without destroying the PB blocks. This strat requires heatproof because it's pretty chaotic to execute. Requires: {
"obstaclesNotCleared": [
"A"
]
}
"h_heatProof"
"canDodgeWhileShooting"
"canTrickyJump"
{
"or": [
"canWalljump",
"HiJump",
"SpaceJump"
]
}
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)",
"Yellow Space Pirate (wall)",
"Yellow Space Pirate (wall)"
]
],
"explicitWeapons": [
"PowerBombPeriphery"
]
}
}Exit condition: {
"leaveWithRunway": {
"length": 13,
"openEnd": 0
}
} |