Tourian Escape Room 4: Reverse Tourian Escape Room 4 Dodge While Climbing

Room ID: 242

Wiki
From: 3
Bottom of Shaft
To: 1
Left Door

Notable: true

Navigate Leodox Room in reverse by killing or distracting the right side pirates and manipulating or dodging the left side pirates during the shaft climb. The acid starts rising when Samus is at the bottom of the long climb. The right-side pirates can be killed while going down to prevent having to dodge their lasers during the climb. Alternatively, jump and force the pirates to shoot just before starting to climb.

Requires:

{
  "or": [
    "canCarefulJump",
    "ScrewAttack",
    "HiJump"
  ]
}
{
  "or": [
    "canConsecutiveWalljump",
    {
      "and": [
        "SpaceJump",
        {
          "or": [
            "HiJump",
            {
              "and": [
                "canCarefulJump",
                {
                  "acidFrames": 20
                },
                {
                  "enemyDamage": {
                    "enemy": "Tourian Space Pirate (all)",
                    "type": "contact",
                    "hits": 1
                  }
                }
              ]
            },
            {
              "acidFrames": 100
            }
          ]
        }
      ]
    }
  ]
}