Green Hill Zone: Leave Shinecharged (Close Runway)

Room ID: 54

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

Use the runway below the door to gain a shinecharge and leave with shinecharge frames remaining.

Requires:

{
  "canShineCharge": {
    "usedTiles": 14,
    "openEnd": 1
  }
}
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 135
        }
      ]
    },
    {
      "and": [
        "canTrickyDashJump",
        "canWallJump",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 155
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}