Baby Kraid Room: Green Pirates and Mini-Kraid Farm

Room ID: 82

Wiki
From: 2
Right Door (locked)
To: 2
Right Door (locked)

Requires:

{
  "resetRoom": {
    "nodes": [
      1,
      2
    ],
    "mustStayPut": false
  }
}
{
  "or": [
    "ScrewAttack",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    "Plasma",
    {
      "and": [
        {
          "or": [
            "Ice",
            "Wave",
            "Spazer",
            "SpeedBooster"
          ]
        },
        {
          "or": [
            "canCarefulJump",
            {
              "enemyDamage": {
                "enemy": "Mini-Kraid",
                "type": "stone",
                "hits": 1
              }
            }
          ]
        }
      ]
    }
  ]
}
{
  "refill": [
    "Energy",
    "Missile",
    "Super"
  ]
}