Speed Booster Hall: Crumble Bridges Broken

Room ID: 101

Wiki
From: 2
Right Door
To: 1
Left Door

Requires:

{
  "obstaclesCleared": [
    "A"
  ]
}
{
  "or": [
    "h_heatProof",
    {
      "and": [
        {
          "heatFrames": 690
        },
        {
          "or": [
            {
              "ammo": {
                "type": "Super",
                "count": 3
              }
            },
            {
              "ammo": {
                "type": "Missile",
                "count": 6
              }
            },
            "ScrewAttack",
            "Plasma",
            "Spazer",
            "Wave"
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canCarefulJump",
        {
          "heatFrames": 420
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 720
        },
        {
          "lavaFrames": 60
        }
      ]
    }
  ]
}