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_navigateUnderwater"
{
  "or": [
    {
      "and": [
        "h_artificialMorphIBJ",
        "Gravity",
        {
          "or": [
            "h_artificialMorphDoubleBombJump",
            "h_artificialMorphStaggeredIBJ",
            "canBePatient",
            "h_artificialMorphPowerBomb"
          ]
        }
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}