Magdollite Tunnel: Base

Room ID: 114

Wiki
From: 2
Right Door
To: 1
Left Door

Requires:

{
  "or": [
    {
      "heatFrames": 420
    },
    {
      "and": [
        {
          "heatFrames": 335
        },
        {
          "or": [
            "canInsaneJump",
            {
              "and": [
                "canDodgeWhileShooting",
                {
                  "or": [
                    "Plasma",
                    "Wave",
                    "Spazer",
                    "ScrewAttack",
                    "canPseudoScrew",
                    {
                      "ammo": {
                        "type": "Missile",
                        "count": 1
                      }
                    },
                    {
                      "ammo": {
                        "type": "Super",
                        "count": 1
                      }
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 360
        },
        "canTrickyJump"
      ]
    }
  ]
}