Parlor and Alcatraz: Parlor Quick Charge

Room ID: 10

Wiki
From: 8
Central Junction
To: 1
Top Left Door

Break the bomb wall while blue, or spark diagonally next to it.

Requires:

{
  "or": [
    {
      "and": [
        {
          "getBlueSpeed": {
            "usedTiles": 25,
            "steepUpTiles": 3,
            "steepDownTiles": 3,
            "openEnd": 1
          }
        },
        "canCarefulJump"
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 25,
            "steepUpTiles": 3,
            "steepDownTiles": 3,
            "openEnd": 1
          }
        },
        "canShinechargeMovement",
        {
          "shinespark": {
            "frames": 2
          }
        }
      ]
    }
  ]
}