Thread The Needle Room: Morph Dodge

Room ID: 214

Wiki
From: 2
Right Door
To: 1
Left Door

Roll through the bottom of the room, killing the three Puyos in the middle. It helps to start rolling from as close to the edge of the water as possible to build speed while the Puyos are inactive.

Requires:

"Morph"
"canCarefulJump"
{
  "or": [
    "Gravity",
    {
      "and": [
        "canSuitlessMaridia",
        {
          "or": [
            {
              "enemyDamage": {
                "enemy": "Puyo",
                "type": "contact",
                "hits": 1
              }
            },
            {
              "resourceCapacity": [
                {
                  "type": "Missile",
                  "count": 1
                }
              ]
            },
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            },
            "canTrickyJump"
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}