Etecoon Energy Tank Room: X-Mode, Leave With Spark

Room ID: 51

Wiki
From: 4
Bottom Right Door
To: 4
Bottom Right Door

Requires:

{
  "or": [
    "h_thornXModeShinecharge",
    {
      "and": [
        "h_thornXModeShinechargeWithoutLenience",
        {
          "or": [
            {
              "obstaclesCleared": [
                "A"
              ]
            },
            "canTrickyDodgeEnemies",
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Beetom"
                  ]
                ],
                "excludedWeapons": [
                  "Bombs"
                ]
              }
            }
          ]
        }
      ]
    }
  ]
}
{
  "shinespark": {
    "frames": 62,
    "excessFrames": 0
  }
}

Exit condition:

{
  "leaveWithSpark": {}
}