The Worst Room In The Game: Come In Shinecharging, Leave Shinecharged

Room ID: 135

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

Entrance condition:

{
  "comeInShinecharging": {
    "length": 3,
    "openEnd": 0
  }
}

Requires:

"canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        "canDownBack",
        "canInsaneJump",
        {
          "shineChargeFrames": 125
        },
        {
          "heatFrames": 125
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 160
        },
        {
          "heatFrames": 160
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

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