Main Street: G-Mode Morph Full Climb

Room ID: 172

Wiki
From: 13
G-Mode Morph Junction By Middle Right Door
To: 4
Top Right Door

Climb the room with IBJ or double Spring Ball jump.

Requires:

"canEnterGMode"
"h_canNavigateUnderwater"
{
  "or": [
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphDoubleBombJump",
            "h_canArtificialMorphStaggeredIBJ",
            "canBePatient",
            "h_canArtificialMorphPowerBomb"
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}