Metroid Room 1: Shinespark (Metroids Alive)

Room ID: 226

Wiki
From: 1
Left Door
To: 2
Right Door

Shinecharge just before the second Metroid comes on camera, jump over it and spark against the ceiling to avoid the rest of them. Sparking lower will likely get Samus grabbed by the right-most Metroid.

Requires:

{
  "canShineCharge": {
    "usedTiles": 26,
    "openEnd": 0
  }
}
"canHorizontalMidairShinespark"
{
  "or": [
    {
      "and": [
        "canMetroidAvoid",
        {
          "shinespark": {
            "frames": 50,
            "excessFrames": 5
          }
        }
      ]
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 54,
            "excessFrames": 0
          }
        },
        {
          "metroidFrames": 300
        }
      ]
    }
  ]
}