Lower Norfair Fireflea Room: Rock Breaker

Room ID: 145

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

Requires:

{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 2
      }
    },
    {
      "and": [
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        },
        {
          "enemyDamage": {
            "enemy": "Boulder",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        "canDisableEquipment",
        "canPseudoScrew"
      ]
    }
  ]
}
{
  "or": [
    "Ice",
    "canCarefulJump"
  ]
}