Lower Norfair Fireflea Room: Bombs

Room ID: 145

Wiki
From: 2
Bottom Left Door
To: 6
Junction Behind Fune

Bomb diagonally to get over the Fune. Or land on a fireball to boost up.

Requires:

"h_canUseMorphBombs"
{
  "or": [
    {
      "and": [
        "canBombHorizontally",
        {
          "or": [
            "Ice",
            "canCarefulJump"
          ]
        }
      ]
    },
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Fune",
            "type": "fireball",
            "hits": 1
          }
        }
      ]
    }
  ]
}