Room ID: 230
From: 2
Left Door
To: 2
Left Door
Entrance condition: {
"comeInWithMockball": {
"speedBooster": "any",
"adjacentMinTiles": 0,
"remoteAndLandingMinTiles": [
[
0,
0
]
]
}
}Requires: {
"or": [
{
"enemyDamage": {
"enemy": "Blue Sidehopper",
"type": "contact",
"hits": 1
}
},
"h_pauseAbuseMinimalReserveRefill"
]
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}Dev note: This is used to fulfill the requirement on exiting the previous room. FIXME: The hopper hit can be avoided depending on the entry speed and canPrepareForNextRoom. |