Metroid Room 4: Come in Shinecharging, Leave With Temporary Blue

Room ID: 229

Wiki
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":[]}