Room ID: 229
From: 1
Top Left Door
To: 2
Bottom Door
Use X-ray immediately after shinecharging, in order to be able to dodge the Rinkas. Use spring ball to bounce through the 3-tile-high portion. Entrance condition: {
"comeInShinecharging": {
"length": 9,
"openEnd": 0
}
}Requires: {
"or": [
"f_KilledMetroidRoom4",
{
"obstaclesCleared": [
"f_KilledMetroidRoom4"
]
}
]
}
"canLongChainTemporaryBlue"
"canXRayTurnaround"
"canSpringBallBounce"Exit condition: {
"leaveWithTemporaryBlue": {
"direction": "any"
}
}Unlocks doors: {"types":["ammo"],"requires":[]}Dev note: It might technically be possible to get through the 3-tile-high part without Spring Ball, but this probably isn't really viable? |