Crocomire Escape: R-Mode Spark Interrupt

Room ID: 121

Wiki
From: 2
Right Door
To: 2
Right Door

Farm the Dragons and Geruta. Shinecharge on the upper platform with the Geruta, then weave back down to the Dragon by the door to interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_heatProof"
{
  "or": [
    "h_heatedCrystalFlashForReserveEnergy",
    {
      "and": [
        "h_RModeCanRefillReserves",
        {
          "or": [
            {
              "and": [
                {
                  "enemyKill": {
                    "enemies": [
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ]
                    ],
                    "explicitWeapons": [
                      "Missile",
                      "Super",
                      "Charge",
                      "Plasma"
                    ]
                  }
                },
                "Grapple"
              ]
            },
            {
              "and": [
                {
                  "enemyKill": {
                    "enemies": [
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ],
                      [
                        "Dragon"
                      ]
                    ]
                  }
                },
                "h_lavaProof"
              ]
            }
          ]
        },
        {
          "partialRefill": {
            "type": "ReserveEnergy",
            "limit": 20
          }
        }
      ]
    }
  ]
}
"canTrickyJump"
{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 15,
        "openEnd": 2
      }
    },
    {
      "and": [
        {
          "notable": "Frozen Geruta Shinecharge"
        },
        "h_trickyFrozenEnemyRunway",
        {
          "canShineCharge": {
            "usedTiles": 17,
            "openEnd": 1
          }
        },
        "canShinechargeMovementTricky"
      ]
    }
  ]
}
{
  "autoReserveTrigger": {
    "maxReserveEnergy": 95
  }
}
"canRModeSparkInterrupt"