Crumble Shaft: Base

Room ID: 111

Wiki
From: 2
Bottom Right Door
To: 3
Hidden Item

If entering from the bottom door, a Sova will be in the way in the top left: either wall jump in place while waiting for it, or wall jump around it using two crumble platforms to the right.

Requires:

"canConsecutiveWalljump"
{
  "or": [
    "canDash",
    {
      "heatFrames": 30
    }
  ]
}
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 290
        },
        {
          "or": [
            "canCrumbleJump",
            {
              "heatFrames": 30
            }
          ]
        }
      ]
    },
    {
      "heatFrames": 360
    }
  ]
}
{
  "or": [
    "ScrewAttack",
    {
      "haveBlueSuit": {}
    },
    {
      "and": [
        "canPreciseWalljump",
        "canTrickyJump",
        {
          "heatFrames": 30
        }
      ]
    },
    {
      "and": [
        "canTrickyWalljump",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "heatFrames": 330
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "heatFrames": 300
    }
  ]
}