Room ID: 135
From: 2
Bottom Left Door
To: 4
Junction Above Bomb Blocks
Freeze the pirates to use as platforms to get up through the bomb blocks. Note that the pirates' hitboxes are larger than they seem. Requires: {
"notable": "Frozen Pirate Platforms"
}
"canTrickyUseFrozenEnemies"
"canDodgeWhileShooting"
"Charge"
"h_heatProof"
"canTrickyWalljump"
{
"or": [
"ScrewAttack",
{
"and": [
"h_bombThings",
"canMidAirMorph"
]
},
{
"obstaclesCleared": [
"A"
]
}
]
}Clears obstacles: A Dev note: It is possible to place a PB on top of a frozen Pirate, but that requires keeping two alive or freezing one with Plasma and another beam. The 'Low Ice' strats can be used as a way to manipulate the pirates into position and do not have h_heatProof. |