Room ID: 227
From: 1
Top Right Door
To: 2
Bottom Right Door
Entrance condition: {
"comeInShinecharging": {
"length": 2,
"openEnd": 0
}
}Requires: {
"or": [
"f_KilledMetroidRoom2",
{
"obstaclesCleared": [
"f_KilledMetroidRoom2"
]
}
]
}
"canXRayTurnaround"
"canLongChainTemporaryBlue"Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["ammo"],"requires":[]}Dev note: Doing this with Metroids alive is technically possible but seems really bad. |