Red Brinstar Fireflea Room: Ice and HiJump

Room ID: 67

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

Use the Fireflea when it moves to the right to cross the first gap.

Requires:

"canTrickyUseFrozenEnemies"
"HiJump"
"canCarefulJump"
{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "canDash",
        "canWalljump"
      ]
    }
  ]
}
{
  "or": [
    {
      "spikeHits": 1
    },
    {
      "and": [
        "canHorizontalDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Fireflea",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "noBlueSuit": {}
    },
    "canBlueSuitSpikeJump"
  ]
}