Speed Booster Hall: Speed Run, Leave Shinecharged

Room ID: 101

Wiki
From: 2
Right Door
To: 1
Left Door

Requires:

{
  "obstaclesNotCleared": [
    "A"
  ]
}
"h_shinechargeMaxRunway"
{
  "or": [
    {
      "and": [
        "h_speedButSlow",
        {
          "simpleHeatFrames": 560
        },
        {
          "heatFrames": 60
        }
      ]
    },
    {
      "and": [
        "h_speedDash",
        {
          "simpleHeatFrames": 310
        },
        {
          "heatFrames": 40
        }
      ]
    }
  ]
}
{
  "shineChargeFrames": 35
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

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

Dev note: This assumes that in the h_speedButSlow case the lava will not be rising.