Tourian Escape Room 3: SpeedBooster

Room ID: 241

Wiki
From: 2
Right Door
To: 1
Left Door

Fall through the speed blocks from above with Temporary Blue, or kill the pirates from above with speed echoes.

Requires:

{
  "enemyDamage": {
    "enemy": "Tourian Space Pirate (all)",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canTemporaryBlue",
    {
      "and": [
        "canUseSpeedEchoes",
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 2
          }
        },
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}