Green Hill Zone: Leave Shinecharged (Far Runway)

Room ID: 54

Wiki
From: 1
Top Left Door
To: 1
Top Left Door

Use the runway below the bug pipe to gain a shinecharge and reach the door with shinecharge frames remaining.

Requires:

{
  "canShineCharge": {
    "usedTiles": 17,
    "openEnd": 1
  }
}
"canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 130
        }
      ]
    },
    {
      "and": [
        "canWallJump",
        {
          "shineChargeFrames": 170
        }
      ]
    },
    {
      "shineChargeFrames": 175
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}

Dev note: One tile of runway is considered unusable in order to have space to quickly jump up onto the bomb blocks above. It could also be possible to break the bomb blocks, potentially increasing the framesRemaining slightly.