Etecoon Energy Tank Room: Gain Blue Suit (Double X-Mode Super Jump)

Room ID: 51

Wiki
From: 3
Bottom Left Door
To: 2
Top Right Door

By bouncing far enough left, it is possible to get a 2-frame window for the X-mode.

Requires:

{
  "or": [
    "h_thornDoubleXModeBlueSuit",
    {
      "and": [
        "h_thornDoubleXModeBlueSuitWithoutLenience",
        {
          "or": [
            {
              "obstaclesCleared": [
                "A"
              ]
            },
            "canTrickyDodgeEnemies",
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Beetom",
                    "Beetom"
                  ]
                ],
                "excludedWeapons": [
                  "Bombs"
                ]
              }
            }
          ]
        }
      ]
    }
  ]
}
"canSuperJump"
{
  "shinespark": {
    "frames": 7
  }
}