The Worst Room In The Game: Invulnerable Space Jump

Room ID: 135

Wiki
From: 2
Bottom Left Door
To: 4
Junction Above Bomb Blocks

Requires:

"SpaceJump"
{
  "or": [
    "ScrewAttack",
    {
      "haveBlueSuit": {}
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canConsecutiveWalljump",
        "HiJump",
        {
          "heatFrames": 190
        }
      ]
    },
    {
      "and": [
        "canConsecutiveWalljump",
        {
          "heatFrames": 240
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 240
        }
      ]
    },
    {
      "heatFrames": 360
    }
  ]
}