Colosseum: X-Ray Climb

Room ID: 189

Wiki
From: 2
Bottom Right Door
To: 3
Top Right Door

Immediately when entering the room, turn around to the left while using X-ray and kill the Mochtroid, to prevent or minimize damage. Climb up 1 screen.

Entrance condition:

{
  "comeInWithDoorStuckSetup": {}
}

Requires:

"canXRayClimb"
{
  "or": [
    "Ice",
    "Wave",
    "Spazer",
    "Plasma",
    "Grapple",
    {
      "ammo": {
        "type": "Missile",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "enemyDamage": {
        "enemy": "Mochtroid",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}