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",
        {
          "or": [
            {
              "shineChargeFrames": 75
            },
            {
              "and": [
                "canSpeedyJump",
                {
                  "shineChargeFrames": 70
                }
              ]
            }
          ]
        },
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canGravityJump",
        "canShinechargeMovementTricky",
        {
          "or": [
            {
              "shineChargeFrames": 105
            },
            {
              "and": [
                "canSpeedyJump",
                {
                  "shineChargeFrames": 90
                }
              ]
            }
          ]
        },
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

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

Unlocks doors:

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