Single Chamber: IBJ

Room ID: 103

Wiki
From: 4
Left Shaft - Top Right Door
To: 6
Left Shaft - Top Junction

Kill the enemies, then IBJ.

Requires:

"canIBJ"
{
  "or": [
    {
      "heatFrames": 735
    },
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 285
        }
      ]
    },
    {
      "and": [
        "canDoubleBombJump",
        {
          "heatFrames": 240
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "heatFrames": 100
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "and": [
        {
          "haveBlueSuit": {}
        },
        {
          "heatFrames": 40
        }
      ]
    }
  ]
}