Thread The Needle Room: Quickly Kill the Enemies

Room ID: 214

Wiki
From: 2
Right Door
To: 1
Left Door

Requires:

{
  "or": [
    "Wave",
    "Spazer",
    "Plasma",
    "canUseGrapple",
    {
      "and": [
        "SpaceJump",
        "canCarefulJump",
        "ScrewAttack"
      ]
    },
    {
      "and": [
        "h_usePowerBomb",
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 1
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "h_navigateUnderwater",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}