Big Pink: Shinespark (In-Room Runway)

Room ID: 59

Wiki
From: 13
Central Junction
To: 10
Top Item (Above Hopper Pit)

Use the upper runway then drop down and spark horizontally. To save Energy, run on the small platform, jump and spark diagonally on the descent.

Requires:

{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 24,
        "openEnd": 1
      }
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 3
        },
        {
          "canShineCharge": {
            "usedTiles": 25,
            "openEnd": 1
          }
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canHorizontalShinespark",
        {
          "shinespark": {
            "frames": 37,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}

Unlocks doors:

{"nodeId":3,"types":["ammo"],"requires":[]}