Norfair Reserve Tank Room: Kill the Dragons

Room ID: 99

Wiki
From: 1
Right Door
To: 4
Junction Above Hidden Platform Item

Requires:

{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 3
      }
    },
    "Plasma",
    "Ice"
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "and": [
        {
          "heatFrames": 80
        },
        {
          "lavaFrames": 40
        },
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 2
          }
        }
      ]
    },
    {
      "and": [
        "canCarefulJump",
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 570
}

Clears obstacles: A

Dev note: Ice can move through the room more quickly but must spend time refreezing the dragons.