Gauntlet Entrance: Bombs

Room ID: 30

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

"h_canUseMorphBombs"
{
  "or": [
    "canTrickyJump",
    "Ice",
    {
      "ammo": {
        "type": "Super",
        "count": 2
      }
    },
    {
      "acidFrames": 100
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    "Wave",
    "Spazer",
    {
      "enemyDamage": {
        "enemy": "Waver",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}
{
  "or": [
    "canCarefulJump",
    {
      "and": [
        "h_canUseSpringBall",
        {
          "acidFrames": 20
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "acidFrames": 20
        }
      ]
    },
    {
      "acidFrames": 60
    }
  ]
}

Clears obstacles: A