Main Hall: Invulnerable Space Jump

Room ID: 132

Wiki
From: 4
Elevator
To: 1
Left Door

Requires:

"SpaceJump"
"canDash"
{
  "or": [
    {
      "and": [
        "ScrewAttack",
        {
          "heatFrames": 350
        }
      ]
    },
    {
      "and": [
        "ScrewAttack",
        "h_speedDash",
        {
          "heatFrames": 305
        }
      ]
    },
    {
      "and": [
        {
          "getBlueSpeed": {
            "usedTiles": 23,
            "openEnd": 2
          }
        },
        "canBlueSpaceJump",
        {
          "heatFrames": 350
        }
      ]
    }
  ]
}