Room ID: 135
 
        | 
 Requires: {
  "or": [
    "ScrewAttack",
    {
      "and": [
        {
          "heatFrames": 60
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Missile",
              "Super",
              "Charge+Plasma"
            ]
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 300
} |