Red Brinstar Fireflea Room: Full Room Damage Boosts (Right to Left)

Room ID: 67

Wiki
From: 2
Right Door
To: 1
Left Door

A precise strat that involves crossing both gaps by damage boosting off Wavers. The Wavers are also used for i-frames to avoid taking damage from any spikes. It generally best to use a Fireflea (or two) to quickly boost to the left, in order to boost off the Waver during its first cycle. Waiting for the Waver to return is possible and does not take long, but it gives a different pattern at the left side of the room, making the final damage boost significantly more difficult.

Requires:

{
  "notable": "Full Room Damage Boosts (Right to Left)"
}
"canHorizontalDamageBoost"
"canTrickyJump"
"canUseIFrames"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Fireflea",
        "type": "contact",
        "hits": 2
      }
    },
    {
      "and": [
        "canTrickyDodgeEnemies",
        {
          "enemyDamage": {
            "enemy": "Fireflea",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    "canInsaneJump"
  ]
}
{
  "enemyDamage": {
    "enemy": "Waver",
    "type": "contact",
    "hits": 6
  }
}