Room ID: 153
|
Requires: {
"heatFrames": 120
}
{
"or": [
"Morph",
"Ice",
"ScrewAttack",
{
"ammo": {
"type": "Super",
"count": 2
}
},
{
"enemyDamage": {
"enemy": "Ripper 2 (red)",
"type": "contact",
"hits": 1
}
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 5,
"openEnd": 1
}
}Dev note: This assumes we must wait for the Rippers to pass (or freeze or kill them). |