Upper Norfair Farming Room: IBJ

Room ID: 94

Wiki
From: 5
Bottom Floating Platform Junction
To: 4
Top Floating Platform Junction

If starting the IBJ from the ground, first kill a Gamet and don't pick up its drops, so that they won't spawn while performing the IBJ.

Requires:

"canIBJ"
{
  "or": [
    {
      "and": [
        "h_runOverRespawningEnemies",
        {
          "heatFrames": 680
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 200
        }
      ]
    }
  ]
}

Dev note: The helper h_runOverRespawningEnemies is not an exact match; if a tech is ever added for leaving drops uncollected, we can use that.