Red Brinstar Fireflea Room: IBJ

Room ID: 67

Wiki
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room

Requires:

"canLongIBJ"
{
  "or": [
    {
      "spikeHits": 2
    },
    {
      "and": [
        "canBombHorizontally",
        {
          "spikeHits": 1
        }
      ]
    },
    {
      "and": [
        "canHorizontalDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Fireflea",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "noBlueSuit": {}
    },
    "canBlueSuitSpikeJump"
  ]
}