Baby Kraid Room: Pacifist

Room ID: 82

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

Wait to hit one of Mini-Kraid's spikes, then run through.

Requires:

{
  "or": [
    "canCarefulJump",
    {
      "enemyDamage": {
        "enemy": "Green Space Pirate (standing)",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "canTrickyJump",
    {
      "enemyDamage": {
        "enemy": "Mini-Kraid",
        "type": "spike",
        "hits": 1
      }
    }
  ]
}