Basement: Leave With Temporary Blue (Facing Left)

Room ID: 156

Wiki
From: 2
Top Door
To: 2
Top Door

Requires:

{
  "or": [
    {
      "and": [
        "f_DefeatedPhantoon",
        {
          "canShineCharge": {
            "usedTiles": 16,
            "openEnd": 0
          }
        }
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 28,
            "openEnd": 0
          }
        },
        "canXRayTurnaround"
      ]
    }
  ]
}
"canChainTemporaryBlue"

Exit condition:

{
  "leaveWithTemporaryBlue": {
    "direction": "left"
  }
}