The Worst Room In The Game: Come In Shinecharged, Leave With Spark

Room ID: 135

Wiki
From: 3
Top Right Door
To: 1
Top Left Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        {
          "shineChargeFrames": 135
        },
        {
          "heatFrames": 170
        },
        {
          "shinespark": {
            "frames": 11,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 125
        },
        {
          "heatFrames": 160
        },
        {
          "shinespark": {
            "frames": 7,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

{"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}