Climb Supers Room: Shinespark

Room ID: 29

Wiki
From: 5
Bottom Junction (Right of Boyons)
To: 3
Item

Use the runway to the right of the Boyons to gain a shinecharge.

If the rightmost Boyon is cleared, an extra half tile of runway is available.

Requires:

{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 14,
        "openEnd": 0
      }
    },
    {
      "and": [
        {
          "or": [
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Boyon"
                  ]
                ]
              }
            },
            {
              "obstaclesCleared": [
                "A"
              ]
            }
          ]
        },
        {
          "canShineCharge": {
            "usedTiles": 14,
            "openEnd": 1
          }
        }
      ]
    }
  ]
}
"canMidairShinespark"
{
  "or": [
    {
      "shinespark": {
        "frames": 121,
        "excessFrames": 6
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 117,
            "excessFrames": 6
          }
        },
        "HiJump"
      ]
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 112,
            "excessFrames": 6
          }
        },
        "HiJump",
        "canSpeedyJump"
      ]
    },
    {
      "and": [
        "canFastWalljumpClimb",
        {
          "shinespark": {
            "frames": 93,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canFastWalljumpClimb",
        {
          "shinespark": {
            "frames": 83,
            "excessFrames": 6
          }
        }
      ]
    }
  ]
}