Acid Statue Room: Use Stored Spark

Room ID: 149

Wiki
From: 6
Junction Below Acid Plug
To: 4
Junction Above Acid Plug, Without Acid

Jump a high as possible, and use a flash suit or blue suit to diagonally spark either to the right or left to reach the top of the room. If heat protection is available, sparking diagonally left uses less energy; in this case, Samus will end lodged inside the wall but can use Morph to escape. Alternatively, spark horizontally left to clip into the wall; turn back and forth 3 times to wiggle most of the way out, then turn-around spin jump up to the ledge; clipping into the right wall can also work but requires much greater precision in the spark position.

Requires:

{
  "or": [
    "f_UsedAcidChozoStatue",
    {
      "obstaclesCleared": [
        "f_UsedAcidChozoStatue"
      ]
    }
  ]
}
"h_storedSpark"
{
  "or": [
    {
      "and": [
        {
          "heatFrames": 210
        },
        {
          "shinespark": {
            "frames": 28,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        {
          "shinespark": {
            "frames": 16,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canShinesparkSlopeClip",
        {
          "shinespark": {
            "frames": 1,
            "excessFrames": 1
          }
        }
      ]
    }
  ]
}