canXRayWaitForIFrames (Hard)

Use X-Ray to pause time until invulnerability frames are finished. Combine with Plasma Beam to repeatedly damage enemies with one fired shot, called Microwave. If used while inside an enemy projectile or thorns, i-frames will be restarted but no damage will be taken.

Difficulty filter

Strats ()

From: 3
Bottom Left Door
To: 6
Junction (Right of Tunnel)

Notable: true

Maintain IFrames by using X-Ray whenever a thorn would deal damage. Move by alternating between X-Ray turnarounds and normal turnarounds. Simply crouch again following any accidental X-Ray Standups.

Requires:

"canXRayWaitForIFrames"
"canXRayTurnaround"
{
  "thornHits": 1
}
From: 6
Junction (Right of Tunnel)
To: 3
Bottom Left Door

Notable: true

Maintain IFrames by using X-Ray whenever a thorn would deal damage. Move by alternating between X-Ray turnarounds and normal turnarounds. Simply crouch again following any accidental X-Ray Standups.

Requires:

"canXRayWaitForIFrames"
"canXRayTurnaround"
{
  "thornHits": 1
}
From: 3
Metal Pirates Junction
To: 3
Metal Pirates Junction

Requires:

"h_canNavigateHeatRooms"
"Charge"
"Plasma"
{
  "or": [
    {
      "and": [
        {
          "or": [
            "canDodgeWhileShooting",
            {
              "enemyDamage": {
                "enemy": "Space Pirate (fighting)",
                "type": "contact",
                "hits": 2
              }
            }
          ]
        },
        {
          "or": [
            "Ice",
            "Wave"
          ]
        },
        {
          "heatFrames": 700
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "canDodgeWhileShooting",
            {
              "enemyDamage": {
                "enemy": "Space Pirate (fighting)",
                "type": "contact",
                "hits": 2
              }
            }
          ]
        },
        "Ice",
        "Wave",
        {
          "heatFrames": 450
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "canDodgeWhileShooting",
            {
              "enemyDamage": {
                "enemy": "Space Pirate (fighting)",
                "type": "contact",
                "hits": 2
              }
            }
          ]
        },
        {
          "heatFrames": 950
        }
      ]
    },
    {
      "and": [
        "canXRayWaitForIFrames",
        {
          "heatFrames": 250
        }
      ]
    }
  ]
}

Clears obstacles: A

From: 4
Back-Side Botwoon (locked)
To: 6
Back-Side Botwoon (unlocked)

Notable: true

Stand on the appropriate pixel for shooting diagonally through the wall and use the microwave trick to defeat Botwoon. Using angle up, it is where Samus' front foot is on the seam in the floor. There is not proper spacing for landing an angle down shot and xraying. Waiting for Botwoon to peak their head through the wall works too but is less safe.

Requires:

"h_canNavigateUnderwater"
"Charge"
"Plasma"
"canXRayWaitForIFrames"

Clears obstacles: f_DefeatedBotwoon

From: 4
Back-Side Botwoon (locked)
To: 6
Back-Side Botwoon (unlocked)

Notable: true

Wait for Botwoon to spawn then use a Plasma Special Beam Attack. Use XRay to slow time and watch for a particle to overlap Botwoons head, then proceed to Microwave.

Requires:

"h_canNavigateUnderwater"
"canSpecialBeamAttack"
"Plasma"
"canXRayWaitForIFrames"
{
  "ammo": {
    "type": "PowerBomb",
    "count": 2
  }
}

Clears obstacles: f_DefeatedBotwoon

From: 1
Left Door
To: 2
Right Door

Kill the Pirates fast enough that they won't attack, or shoot them from below with Wave.

Requires:

{
  "or": [
    "HiJump",
    "canWalljump",
    "h_canFly"
  ]
}
{
  "or": [
    "Wave",
    "ScrewAttack",
    {
      "and": [
        "Plasma",
        "canXRayWaitForIFrames"
      ]
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ]
        ],
        "explicitWeapons": [
          "Missile",
          "Super",
          "Ice+Plasma"
        ]
      }
    }
  ]
}
From: 2
Right Door
To: 1
Left Door

Kill the Pirates fast enough that they won't attack, or shoot them from above with Wave.

Requires:

{
  "or": [
    "Wave",
    "ScrewAttack",
    {
      "and": [
        "Plasma",
        "canXRayWaitForIFrames"
      ]
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)"
          ]
        ],
        "explicitWeapons": [
          "Missile",
          "Super",
          "Ice+Plasma"
        ]
      }
    }
  ]
}