Red Brinstar Fireflea Room: Damage Boost

Room ID: 67

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

Damage boost off of the Fireflea or a Waver in order to get onto the upper spikes. It is possible to quickly get into position to use the Waver or to wait for it to return. It is also possible (but not required in this strat) to perform a second damage boost off of the Wavers to avoid some spike damage.

Requires:

"canTrickyJump"
{
  "enemyDamage": {
    "enemy": "Waver",
    "type": "contact",
    "hits": 1
  }
}
"canHorizontalDamageBoost"
{
  "or": [
    "canIframeSpikeJump",
    {
      "spikeHits": 1
    }
  ]
}