Ridley's Room: IBJ

Room ID: 142

Wiki
From: 3
Ridley
To: 2
Right Door

Requires:

{
  "heatFrames": 25
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 10
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canDoubleBombJump",
        {
          "heatFrames": 560
        }
      ]
    },
    {
      "and": [
        "canDoubleBombJump",
        "HiJump",
        {
          "heatFrames": 420
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "f_DefeatedRidley",
            {
              "obstaclesCleared": [
                "f_DefeatedRidley"
              ]
            }
          ]
        },
        "canJumpIntoIBJ",
        {
          "or": [
            "canLongIBJ",
            "HiJump"
          ]
        },
        {
          "heatFrames": 1000
        }
      ]
    }
  ]
}