Colosseum: Come In Shinecharged, Shinespark (HiJump Gravity Jump)

Room ID: 189

Wiki
From: 2
Bottom Right Door
To: 1
Left Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"canGravityJump"
"HiJump"
"canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        "canSpeedyJump",
        {
          "shineChargeFrames": 90
        },
        {
          "shinespark": {
            "frames": 116,
            "excessFrames": 5
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 125
        },
        {
          "shinespark": {
            "frames": 125,
            "excessFrames": 5
          }
        }
      ]
    }
  ]
}