Frog Speedway: Use Flash Suit

Room ID: 93

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "enemyDamage": {
        "enemy": "Beetom",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "useFlashSuit": {}
}
{
  "shinespark": {
    "frames": 96,
    "excessFrames": 57
  }
}

Dev note: With canTwoTileSqueeze tech, 1 frame could be removed (and 1 excess frames added), but dealing with the Beetoms would get more complicated.