Room ID: 226
From: 2
Right Door
To: 2
Right Door
Use a frozen Metroid or a Rinka from the left to extend the length of the runway. Luring a Rinka is easiest with Morph - While morphed, barely move the bottom Rinka spawner on camera in order to have it shoot at a usable angle. Without Morph, use the top Rinka spawner and jump just before the Rinka starts moving to get a usable angle. Requires: {
"or": [
"h_trickyFrozenEnemyRunway",
{
"and": [
"h_frozenEnemyRunway",
{
"not": "f_KilledMetroidRoom1"
},
"canRiskPermanentLossOfAccess"
]
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 4,
"openEnd": 1
}
} |