Maridia Swiss Cheese Room: R-Mode Spark Interrupt

Room ID: 180

Wiki
From: 1
Left Door
To: 3
Junction Left of Morph Tunnel

Farm the two Owtches for energy and clear away all but one Menu from the left. Shinecharge through the tunnel and use the last Menu to interrupt. If you had to kill it with a Power Bomb, there are more to the right.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

{
  "or": [
    "h_CrystalFlashForReserveEnergy",
    {
      "and": [
        "h_RModeCanRefillReserves",
        {
          "or": [
            {
              "and": [
                {
                  "enemyKill": {
                    "enemies": [
                      [
                        "Owtch",
                        "Owtch"
                      ]
                    ],
                    "excludedWeapons": [
                      "PowerBomb"
                    ]
                  }
                },
                {
                  "enemyKill": {
                    "enemies": [
                      [
                        "Menu",
                        "Menu"
                      ]
                    ],
                    "explicitWeapons": [
                      "Missile",
                      "Plasma",
                      "Ice+Wave+Spazer"
                    ]
                  }
                }
              ]
            },
            "h_usePowerBomb"
          ]
        },
        {
          "partialRefill": {
            "type": "ReserveEnergy",
            "limit": 20
          }
        }
      ]
    }
  ]
}
{
  "canShineCharge": {
    "usedTiles": 22,
    "openEnd": 2
  }
}
{
  "autoReserveTrigger": {
    "maxReserveEnergy": 95
  }
}
"canRModeSparkInterrupt"