Plasma Spark Room: Use Flash Suit

Room ID: 197

Wiki
From: 3
Middle Right Door
To: 4
Top Right Door

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 30,
        "excessFrames": 2
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 26,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyUseFrozenEnemies",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyUseFrozenEnemies",
        "HiJump",
        {
          "shinespark": {
            "frames": 16,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}