Lower Norfair Fireflea Room: Screw Attack

Room ID: 145

Wiki
From: 3
Top Right Door
To: 2
Bottom Left Door

Requires:

"ScrewAttack"
{
  "or": [
    "canDodgeWhileShooting",
    {
      "enemyKill": {
        "enemies": [
          [
            "Fune"
          ]
        ]
      }
    },
    {
      "enemyDamage": {
        "enemy": "Fune",
        "type": "fireball",
        "hits": 1
      }
    }
  ]
}