Draygon's Room: Leave With Temporary Blue

Room ID: 193

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

{
  "canShineCharge": {
    "usedTiles": 20,
    "openEnd": 1
  }
}
"canGravityJump"
"canChainTemporaryBlue"
{
  "or": [
    {
      "or": [
        "f_DefeatedDraygon",
        {
          "obstaclesCleared": [
            "f_DefeatedDraygon"
          ]
        }
      ]
    },
    {
      "and": [
        "h_breakOneDraygonTurret",
        "h_breakOneDraygonTurret"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithTemporaryBlue": {}
}

Dev note: This may be possible without destroying the turrets, but it might be unreliable or need other requirements.