Ridley's Room: IBJ

Room ID: 142

Wiki
From: 3
Ridley
To: 2
Right Door

Requires:

"h_heatProof"
{
  "or": [
    {
      "and": [
        "canJumpIntoIBJ",
        "canTrickyJump",
        {
          "or": [
            "canLongIBJ",
            "HiJump"
          ]
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "f_DefeatedRidley",
            {
              "obstaclesCleared": [
                "f_DefeatedRidley"
              ]
            }
          ]
        },
        {
          "or": [
            "canLongIBJ",
            {
              "and": [
                "canJumpIntoIBJ",
                "HiJump"
              ]
            }
          ]
        }
      ]
    }
  ]
}