Lower Mushrooms: R-Mode Spark Interrupt (Gain Blue Suit)

Room ID: 22

Wiki
From: 2
Right Door
To: 1
Left Door

The Kagos can provide a lot of energy. Run across the room and then jump into the Gray Geemer's path to interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

{
  "or": [
    "h_CrystalFlash",
    {
      "and": [
        {
          "or": [
            {
              "and": [
                {
                  "resourceAvailable": [
                    {
                      "type": "RegularEnergy",
                      "count": 4
                    }
                  ]
                },
                {
                  "disableEquipment": "ETank"
                },
                {
                  "partialRefill": {
                    "type": "ReserveEnergy",
                    "limit": 200
                  }
                }
              ]
            },
            {
              "and": [
                {
                  "resourceMissingAtMost": [
                    {
                      "type": "RegularEnergy",
                      "count": 0
                    }
                  ]
                },
                "canRiskPermanentLossOfAccess",
                {
                  "partialRefill": {
                    "type": "ReserveEnergy",
                    "limit": 200
                  }
                }
              ]
            }
          ]
        },
        {
          "resourceMissingAtMost": [
            {
              "type": "Missile",
              "count": 0
            }
          ]
        }
      ]
    }
  ]
}
"h_shinechargeMaxRunway"
{
  "autoReserveTrigger": {}
}
"canRModeSparkInterrupt"