Colosseum: Come In Shinecharged, Leave With Spark (Bottom Position)

Room ID: 189

Wiki
From: 2
Bottom Right Door
To: 3
Top Right Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"Gravity"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "canConsecutiveWalljump",
        {
          "shineChargeFrames": 100
        },
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "shineChargeFrames": 70
        },
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canGravityJump",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 100
        },
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {
    "position": "top"
  }
}

Unlocks doors:

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