Grapple Tutorial Room 3: Fight Puyo

Room ID: 131

Wiki
From: 3
Junction Left of Green Gate
To: 4
Center Platform Junction

Kill either the leftmost puyo or jump into the right side of the water and fight all the puyos.

Requires:

{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Puyo"
          ]
        ],
        "explicitWeapons": [
          "Wave",
          "Ice+Spazer",
          "Plasma",
          "Missile",
          "Super",
          "Charge+Spazer"
        ]
      }
    },
    {
      "and": [
        "Gravity",
        {
          "enemyKill": {
            "enemies": [
              [
                "Puyo"
              ]
            ],
            "explicitWeapons": [
              "ScrewAttack",
              "PseudoScrew"
            ]
          }
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}