Mt. Everest: Leave With Temporary Blue

Room ID: 174

Wiki
From: 4
Top Right Door
To: 4
Top Right Door

Use an in-room runway to gain temporary blue. Then Gravity jump to chain it up to the door. It is easiest to gain a shinecharge at the bottom of the room, though this requires a longer sequence of gravity jumps.

Requires:

{
  "or": [
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 36,
            "gentleUpTiles": 1,
            "gentleDownTiles": 2,
            "steepUpTiles": 1,
            "openEnd": 0
          }
        },
        "canLongChainTemporaryBlue"
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 20,
            "gentleUpTiles": 3,
            "gentleDownTiles": 2,
            "steepUpTiles": 1,
            "openEnd": 1
          }
        },
        "canXRayTurnaround"
      ]
    },
    {
      "canShineCharge": {
        "usedTiles": 15,
        "gentleDownTiles": 2,
        "steepDownTiles": 1,
        "openEnd": 1
      }
    }
  ]
}
"canChainTemporaryBlue"
"canGravityJump"

Exit condition:

{
  "leaveWithTemporaryBlue": {}
}