Red Brinstar Fireflea Room: Ice Bridge with Blue Suit

Room ID: 67

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

Freeze a Waver and Fireflea to cross the gap. Refreeze the Fireflea to get closer to the spikes before jumping over to them.

Requires:

{
  "haveBlueSuit": {}
}
"canTrickyUseFrozenEnemies"
"canTrickyDodgeEnemies"
{
  "or": [
    {
      "and": [
        {
          "tech": "canHorizontalDamageBoost"
        },
        {
          "noFlashSuit": {}
        },
        {
          "spikeHits": 1
        }
      ]
    },
    {
      "and": [
        "canBlueSuitSpikeJump",
        {
          "spikeHits": 2
        }
      ]
    }
  ]
}