Bubble Mountain: Come in Shinecharged and Leave Shinesparking (HiJump)

Room ID: 97

Wiki
From: 6
Middle Right Door
To: 7
Top Right Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"HiJump"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "canWallJump",
        "canSpeedyJump",
        {
          "shineChargeFrames": 80
        },
        {
          "shinespark": {
            "frames": 11,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "canWallJump",
        {
          "shineChargeFrames": 95
        },
        {
          "shinespark": {
            "frames": 10,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "canSpeedyJump",
        {
          "shineChargeFrames": 95
        },
        {
          "shinespark": {
            "frames": 15,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 110
        },
        {
          "shinespark": {
            "frames": 17,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

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