The Worst Room In The Game: SpaceJump

Room ID: 135

Wiki
From: 6
Bottom Platform Junction With Pirates Killed
To: 4
Junction Above Bomb Blocks

Requires:

"h_canNavigateHeatRooms"
"SpaceJump"
{
  "or": [
    {
      "and": [
        "canConsecutiveWalljump",
        {
          "heatFrames": 260
        }
      ]
    },
    {
      "heatFrames": 360
    }
  ]
}
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        "h_canUsePowerBombs",
        {
          "or": [
            {
              "and": [
                "canWalljump",
                {
                  "heatFrames": 120
                }
              ]
            },
            {
              "heatFrames": 200
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_canUseMorphBombs",
        {
          "or": [
            {
              "and": [
                "canConsecutiveWalljump",
                {
                  "heatFrames": 520
                }
              ]
            },
            {
              "heatFrames": 800
            }
          ]
        }
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A