Thread The Needle Room: Kill the Enemies

Room ID: 214

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

{
  "or": [
    "Ice",
    "canTrickyJump",
    "ScrewAttack",
    "canBePatient",
    {
      "ammo": {
        "type": "Missile",
        "count": 6
      }
    }
  ]
}
{
  "or": [
    "h_navigateUnderwater",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}