Golden Torizo's Room: IBJ with Blue Suit

Room ID: 150

Wiki
From: 2
Right Door
To: 4
Hidden Right Item

Requires:

{
  "or": [
    "f_DefeatedGoldenTorizo",
    {
      "obstaclesCleared": [
        "f_DefeatedGoldenTorizo"
      ]
    }
  ]
}
{
  "haveBlueSuit": {}
}
{
  "or": [
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 690
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canJumpIntoIBJ",
        {
          "heatFrames": 500
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        "canDoubleBombJump",
        {
          "heatFrames": 450
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canJumpIntoIBJ",
        "canDoubleBombJump",
        {
          "heatFrames": 315
        }
      ]
    }
  ]
}