Mickey Mouse Room: Leave With Runway (Full Runway)

Room ID: 144

Wiki
From: 1
Bottom Left Door
To: 1
Bottom Left Door

This runway requires killing the Dessgeegas closest to the door, and taking a Multiviola hit if the Multiviola is alive.

Requires:

{
  "heatFrames": 250
}
{
  "or": [
    {
      "obstaclesCleared": [
        "E"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Multiviola",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "canPrepareForNextRoom",
        {
          "or": [
            "Plasma",
            {
              "and": [
                "Charge",
                {
                  "or": [
                    "Wave",
                    "Spazer"
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "obstaclesCleared": [
        "C"
      ]
    },
    {
      "and": [
        {
          "heatFrames": 100
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Dessgeega",
                "Dessgeega",
                "Dessgeega"
              ]
            ],
            "explicitWeapons": [
              "ScrewAttack"
            ]
          }
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 350
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Dessgeega",
                "Dessgeega",
                "Dessgeega"
              ]
            ],
            "explicitWeapons": [
              "Plasma",
              "Super",
              "Missile"
            ]
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 45,
    "openEnd": 1
  }
}