Green Pirates Shaft: X-Ray Climb

Room ID: 21

Wiki
From: 4
Bottom Right Door
To: 9
Junction Below Items

X-Ray climb about 2.5 screen lengths, until the camera shows Samus' helmet on the bottom of the screen. Shoot up to clear the shot blocks and resume climbing until you can walk out to the left. Fix the camera by shooting the floor shot block and jumping down. The bottom pirate will attack while climbing past it.

Entrance condition:

{
  "comeInWithDoorStuckSetup": {}
}

Requires:

"canXRayClimb"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Green Space Pirate (standing)",
        "hits": 1,
        "type": "laser"
      }
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Green Space Pirate (standing)"
          ]
        ],
        "explicitWeapons": [
          "Charge",
          "Ice",
          "Wave",
          "Spazer",
          "Plasma",
          "Missile",
          "Super"
        ]
      }
    }
  ]
}
"canBePatient"