Grapple Tutorial Room 3: G-Mode Setup - Get Hit By 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_canNavigateUnderwater"
{
  "or": [
    {
      "resourceCapacity": [
        {
          "type": "Super",
          "count": 1
        }
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}
"canTrickyJump"
{
  "or": [
    {
      "and": [
        "Gravity",
        "SpaceJump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpaceJumpWaterBounce"
      ]
    },
    {
      "and": [
        "Gravity",
        "canPreciseGrapple"
      ]
    },
    {
      "and": [
        "Gravity",
        "canStaggeredWalljump",
        "canInsaneJump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canPreciseGrapple",
        "canInsaneJump"
      ]
    },
    "canTrickyUseFrozenEnemies"
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Unlocks doors:

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