Grapple Tutorial Room 3: Leave with Damage - Gamet

Room ID: 131

Wiki
From: 1
Left Door
To: 2
Right Door

Carefully and quickly lure the Gamets to the right door without letting them go off camera. It may help to kill any extra Gamets once they spread apart.

Requires:

"h_navigateUnderwater"
{
  "or": [
    {
      "resourceCapacity": [
        {
          "type": "Super",
          "count": 1
        }
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}
"canComplexGMode"
{
  "or": [
    {
      "and": [
        "canDash",
        "Gravity",
        "SpaceJump"
      ]
    },
    {
      "and": [
        "canDash",
        "HiJump",
        "canSpaceJumpWaterBounce"
      ]
    },
    {
      "and": [
        "canTrickyUseFrozenEnemies",
        {
          "or": [
            "canDash",
            "canTrickyDodgeEnemies"
          ]
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithDamage": {
    "enemy": "Gamet"
  }
}

Unlocks doors:

{"types":["ammo"],"requires":[]}