Plasma Spark Room: Use Flash Suit

Room ID: 197

Wiki
From: 2
Bottom Right Door
To: 1
Left Vertical Door

With HiJump, jump left and spark up right while against the left wall to save Energy. With Ice, wait for the Skultera and use it save a small amount of Energy. With HiJump and Ice, crouch jump from the frozen fish while shooting to prevent activating the spark, then downgrab the ledge above.

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 72,
        "excessFrames": 49
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 24,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        {
          "shinespark": {
            "frames": 13,
            "excessFrames": 12
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canTrickyUseFrozenEnemies",
        {
          "shinespark": {
            "frames": 14,
            "excessFrames": 13
          }
        }
      ]
    }
  ]
}