Room ID: 135
|
Safely clear the shot blocks from the ground to avoid drawing fire from the space pirate. Diagonal shots from the door effectively clear a path through the shot blocks, or firing vertically from below can work too. Requires: "canDodgeWhileShooting"
{
"or": [
{
"and": [
"canTrickyJump",
{
"heatFrames": 175
}
]
},
{
"and": [
"HiJump",
"canTrickyDodgeEnemies",
{
"heatFrames": 140
}
]
},
{
"heatFrames": 225
}
]
} |