Climb Supers Room: Come in Shinecharged, Shinespark

Room ID: 29

Wiki
From: 1
Top Left Door
To: 4
Top Junction (Right of Spikes)

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "or": [
    {
      "and": [
        {
          "shineChargeFrames": 40
        },
        "canHorizontalShinespark",
        {
          "shinespark": {
            "frames": 55,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 75
        },
        "canHorizontalMidairShinespark",
        {
          "shinespark": {
            "frames": 43,
            "excessFrames": 8
          }
        }
      ]
    }
  ]
}