Aqueduct: R-Mode Spark Interrupt

Room ID: 183

Wiki
From: 1
Middle Left Door
To: 2
Bottom Left Door

Farm four Yards for energy, or else Crystal Flash. Free the Yard from the bottom pit, then run across the bottom runway. Poke the Yard with a beam shot to anger it and have it interrupt the. shinespark windup. To kill a Yard with Speed, tap it with a beam shot to knock it down to the runway, run away from it, then run back towards it. (Morph Bombs also work and are safer.)

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"Gravity"
{
  "or": [
    "h_CrystalFlashForReserveEnergy",
    {
      "and": [
        "h_RModeCanRefillReserves",
        {
          "enemyKill": {
            "enemies": [
              [
                "Yard"
              ],
              [
                "Yard"
              ],
              [
                "Yard"
              ],
              [
                "Yard"
              ]
            ],
            "explicitWeapons": [
              "BlueSuit",
              "Bombs"
            ]
          }
        },
        {
          "partialRefill": {
            "type": "ReserveEnergy",
            "limit": 20
          }
        }
      ]
    }
  ]
}
"h_shinechargeMaxRunway"
{
  "autoReserveTrigger": {}
}
"canRModeSparkInterrupt"