Landing Site: Shinespark

Room ID: 8

Wiki
From: 4
Bottom Right Door
To: 3
Top Right Door

Requires:

{
  "canShineCharge": {
    "usedTiles": 19,
    "steepUpTiles": 2,
    "steepDownTiles": 1,
    "openEnd": 2
  }
}
{
  "or": [
    {
      "shinespark": {
        "frames": 41,
        "excessFrames": 14
      }
    },
    {
      "and": [
        "canShinechargeMovement",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 34,
            "excessFrames": 15
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canShinechargeMovement",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 30,
            "excessFrames": 15
          }
        }
      ]
    }
  ]
}