Screw Attack Room: Base

Room ID: 151

Wiki
From: 5
Junction Above Bottom Blocks
To: 2
Middle Right Door

Requires:

{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 45
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 50
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 65
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "canIBJ",
        {
          "heatFrames": 520
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 160
        }
      ]
    }
  ]
}