Room ID: 136
From: 2
Right Door
To: 2
Right Door
If you're fast, you can find enough time to kill a Yellow Pirate on the way up: Supers, Screw Attack, or charged Microwave are fast enough to do this. Either way, kill the pirate at the top, Crystal Flash if you need it, and get the shinecharge. If you're heat-proof, wait for the acid to finish rising and you can interrupt in the small bit that reaches the runway. Otherwise, use heat to interrupt. Requires: {
"obstaclesCleared": [
"R-Mode"
]
}
{
"obstaclesCleared": [
"A"
]
}
{
"or": [
"h_heatedCrystalFlashForReserveEnergy",
{
"and": [
{
"or": [
"ScrewAttack",
{
"and": [
"Charge",
"Plasma",
"canXRayWaitForIFrames"
]
},
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"Super"
]
}
}
]
},
"h_RModeCanRefillReserves",
{
"resourceMissingAtMost": [
{
"type": "Missile",
"count": 0
}
]
},
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 20
}
}
]
}
]
}
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
]
}
}
{
"canShineCharge": {
"usedTiles": 20,
"gentleDownTiles": 6,
"openEnd": 1
}
}
{
"or": [
"h_heatTriggerRModeSparkInterrupt",
{
"and": [
"h_heatProof",
{
"autoReserveTrigger": {}
},
"canRModeSparkInterrupt",
{
"acidFrames": 32
}
]
}
]
}Resets obstacles: R-Mode, A |