Ridley's Room: IBJ

Room ID: 142

Wiki
IBJ (Very Hard)
Ridley's Room
From: 3
Ridley
To: 2
Right Door

Requires:

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