Landing Site: Shinespark

Room ID: 8

Wiki
From: 5
Ship
To: 3
Top Right Door

Requires:

{
  "or": [
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 2
          }
        },
        {
          "shinespark": {
            "frames": 78,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovement",
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 2
          }
        },
        {
          "shinespark": {
            "frames": 65,
            "excessFrames": 13
          }
        }
      ]
    }
  ]
}