Indiana Jones Room: Leave With Temporary Blue (Facing Left)

Room ID: 127

Wiki
From: 2
Right Vertical Door
To: 2
Right Vertical Door

Requires:

{
  "or": [
    {
      "and": [
        "canXRayTurnaround",
        {
          "obstaclesCleared": [
            "B"
          ]
        },
        {
          "canShineCharge": {
            "usedTiles": 32,
            "openEnd": 1
          }
        }
      ]
    },
    {
      "and": [
        {
          "obstaclesCleared": [
            "A"
          ]
        },
        {
          "canShineCharge": {
            "usedTiles": 21,
            "gentleDownTiles": 6,
            "openEnd": 0
          }
        }
      ]
    }
  ]
}
"canChainTemporaryBlue"

Exit condition:

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