Amphitheatre: Room Full of Acid, Direct G-Mode Spark Interrupt

Room ID: 136

Wiki
From: 2
Right Door
To: 2
Right Door

Kill the runway pirate and then Crystal Flash. Jump while shooting to prevent any invisible lasers from being created, or use a pause abuse and minimal reserve refill to clear them. Drain in the acid to low energy if needed, then shinecharge: wait for the high peak to descend before running. Windup just before the acid touches Samus to shinespark interrupt using the acid. Buffer X-Ray and hold right during reserve refill and then leave the room.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Requires:

{
  "disableEquipment": "ETank"
}
"h_CrystalFlashForReserveEnergy"
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Yellow Space Pirate (standing)"
          ]
        ],
        "excludedWeapons": [
          "Bombs"
        ]
      }
    },
    {
      "and": [
        {
          "getBlueSpeed": {
            "usedTiles": 18,
            "gentleDownTiles": 6,
            "openEnd": 0
          }
        },
        "canComplexGMode"
      ]
    }
  ]
}
{
  "canShineCharge": {
    "usedTiles": 20,
    "gentleDownTiles": 6,
    "openEnd": 1
  }
}
{
  "acidFrames": 4
}
{
  "or": [
    {
      "and": [
        "canReserveTriggerBufferXRay",
        {
          "autoReserveTrigger": {
            "implicitHeatFrames": "no"
          }
        }
      ]
    },
    {
      "autoReserveTrigger": {}
    }
  ]
}
"canRModeSparkInterrupt"
{
  "heatFrames": 116
}