Main Hall: R-Mode Spark Interrupt (Gain Blue Suit)

Room ID: 132

Wiki
From: 2
Right Door
To: 4
Elevator

Cross to the center platform to get to the shinecharge runway. Of the two Dragons left of the elevator, farm the left one and to use the right one's fireball to interrupt while at the leftmost side of the of the center runway. Or you can also use a heat interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

{
  "heatFrames": 360
}
{
  "or": [
    "h_heatedCrystalFlashForReserveEnergy",
    {
      "and": [
        {
          "or": [
            "Grapple",
            "SpaceJump"
          ]
        },
        "canTrickyJump",
        "h_heatProof",
        {
          "enemyKill": {
            "enemies": [
              [
                "Dragon"
              ]
            ],
            "excludedWeapons": [
              "Missile",
              "PowerBomb"
            ]
          }
        },
        {
          "resourceMissingAtMost": [
            {
              "type": "Missile",
              "count": 0
            }
          ]
        },
        {
          "or": [
            {
              "partialRefill": {
                "type": "ReserveEnergy",
                "limit": 5
              }
            },
            {
              "and": [
                "canBePatient",
                {
                  "partialRefill": {
                    "type": "ReserveEnergy",
                    "limit": 20
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
{
  "heatFrames": 300
}
{
  "canShineCharge": {
    "usedTiles": 24,
    "openEnd": 1
  }
}
{
  "autoReserveTrigger": {
    "maxReserveEnergy": 95
  }
}
"canRModeSparkInterrupt"
{
  "heatFrames": 80
}