Thread The Needle Room: Lenient Dodge

Room ID: 214

Wiki
From: 2
Right Door
To: 1
Left Door

Dodge the Puyos and kill the Choots. Expects two to three Puyo hits.

Requires:

{
  "enemyDamage": {
    "enemy": "Puyo",
    "type": "contact",
    "hits": 2
  }
}
{
  "or": [
    "canCarefulJump",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}