Golden Torizo's Room: R-Mode Spark Interrupt (Gain Blue Suit) - GT Crystal Flash

Room ID: 150

Wiki

At any point during the fight, use a Crystal Flash. Then damage down enough to survive one hit. Run into and through GT, turn around, and start down the runway. Get shinecharged, come back and interrupt using whatever attack pattern is ongoing. Then finish the fight. Blue suit will give invulnerability but otherwise does not help to defeat Golden Torizo.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_heatProof"
{
  "not": "f_DefeatedGoldenTorizo"
}
"canRiskPermanentLossOfAccess"
{
  "notable": "Crystal Flash During Fight"
}
"h_heatedCrystalFlashForReserveEnergy"
{
  "enemyDamage": {
    "enemy": "Golden Torizo",
    "type": "contact",
    "hits": 1
  }
}
"canUseIFrames"
{
  "canShineCharge": {
    "usedTiles": 28,
    "openEnd": 0
  }
}
{
  "autoReserveTrigger": {
    "maxReserveEnergy": 95
  }
}
"canRModeSparkInterrupt"

Clears obstacles: f_DefeatedGoldenTorizo, door_2

Sets flags: f_DefeatedGoldenTorizo

Dev note: FIXME: Evaluate heated fight options.