Wrecked Ship Energy Tank Room: X-Mode Shinecharge, R-Mode Spark Interrupt

Room ID: 167

Wiki

Power Off: Crystal Flash, enter X-Mode using the bottom spikes and shinecharge, then pause abuse from the spikes to interrupt. Power On: Crystal Flash or farm Skultera. Enter X-Mode using the bottom spikes and shinecharge, then pause abuse from the spikes to interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

{
  "or": [
    "Gravity",
    {
      "and": [
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ]
    }
  ]
}
{
  "or": [
    "h_CrystalFlashForReserveEnergy",
    {
      "and": [
        "f_DefeatedPhantoon",
        "h_RModeCanRefillReserves",
        "canBeLucky",
        {
          "resourceMissingAtMost": [
            {
              "type": "Missile",
              "count": 0
            }
          ]
        },
        {
          "or": [
            {
              "partialRefill": {
                "type": "ReserveEnergy",
                "limit": 5
              }
            },
            {
              "and": [
                {
                  "partialRefill": {
                    "type": "ReserveEnergy",
                    "limit": 20
                  }
                },
                "canBeVeryLucky"
              ]
            }
          ]
        }
      ]
    }
  ]
}
"canBeVeryPatient"
"h_thornXModeShinecharge"
"h_thornXModeFramePerfectExtraLeniency"
{
  "autoReserveTrigger": {}
}
"canRModePauseAbuseSparkInterrupt"