Amphitheatre: Kill Pirates

Room ID: 136

Wiki
From: 4
Center Floating Platforms Junction
To: 2
Right Door

Requires:

"h_canNavigateHeatRooms"
{
  "or": [
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)",
                "Yellow Space Pirate (standing)"
              ],
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Charge+Ice+Wave+Spazer",
              "Missile"
            ]
          }
        },
        {
          "heatFrames": 900
        }
      ]
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)",
                "Yellow Space Pirate (standing)"
              ],
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Super",
              "Charge+Plasma"
            ]
          }
        },
        {
          "heatFrames": 660
        }
      ]
    }
  ]
}