Lower Norfair Fireflea Room: Screw Attack

Room ID: 145

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

Requires:

"ScrewAttack"
{
  "or": [
    "canCarefulJump",
    "h_canUsePowerBombs",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "and": [
        "canDisableEquipment",
        "canPseudoScrew"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Fune",
        "type": "fireball",
        "hits": 1
      }
    }
  ]
}