Bowling Alley: Leave with Runway, Break Speed Blocks

Room ID: 161

Wiki
From: 1
Top Left Door
To: 1
Top Left Door

Requires:

{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 28,
        "openEnd": 0
      }
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 29,
            "openEnd": 0
          }
        },
        {
          "doorUnlockedAtNode": 1
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 45,
    "openEnd": 1
  }
}