Parlor and Alcatraz: Direct G-Mode Morph Spark Interrupt (Farm Enemies)

Room ID: 10

Wiki
From: 5
Alcatraz Door
To: 8
Central Junction

There are scroll PLMs next to the bomb blocks and on the ledge below the Alcatraz exit, which will overload PLMs when going through them. Samus will need to briefly navigate off-screen while to the right of Alcatraz before coming back left. With a fast ascent, the global Geemers may still be in the top right section and can hit Samus off-screen. Use X-Ray until the beam reaches full width to exit G-mode and remain in R-mode. Kill the Skree while in health-bomb range, then the Geemers until Samus has Reserve Energy. Shinecharge and interrupt on a Geemer or the Ripper on the left.

With unlucky drops, it is possible to not get Reserve Energy. It is possible to farm the top right off-screen Geemer to help reduce the chance. With Morph, partially enter the Alcatraz morph tunnel in order to fix the camera. Without Morph, kill the Geemer with a Power Bomb once in this section after overloading PLMs and before unmorphing and exiting G-mode.

Entrance condition:

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

Requires:

"h_ZebesIsAwake"
{
  "not": "f_ZebesSetAblaze"
}
"h_artificialMorphMovement"
{
  "or": [
    {
      "and": [
        {
          "or": [
            "canRiskPermanentLossOfAccess",
            {
              "disableEquipment": "ETank"
            }
          ]
        },
        {
          "or": [
            {
              "partialRefill": {
                "type": "ReserveEnergy",
                "limit": 5
              }
            },
            {
              "and": [
                {
                  "or": [
                    "Morph",
                    "canBeLucky",
                    "h_artificialMorphPowerBomb"
                  ]
                },
                {
                  "partialRefill": {
                    "type": "ReserveEnergy",
                    "limit": 20
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "canRiskPermanentLossOfAccess",
        {
          "resourceMissingAtMost": [
            {
              "type": "RegularEnergy",
              "count": 5
            }
          ]
        },
        {
          "partialRefill": {
            "type": "ReserveEnergy",
            "limit": 50
          }
        }
      ]
    },
    {
      "and": [
        {
          "disableEquipment": "ETank"
        },
        {
          "resourceAvailable": [
            {
              "type": "RegularEnergy",
              "count": 94
            }
          ]
        },
        {
          "partialRefill": {
            "type": "ReserveEnergy",
            "limit": 50
          }
        }
      ]
    }
  ]
}
{
  "canShineCharge": {
    "usedTiles": 25,
    "steepUpTiles": 3,
    "steepDownTiles": 3,
    "openEnd": 0
  }
}
{
  "autoReserveTrigger": {}
}
"canRModeSparkInterrupt"