Mt. Everest: Carry G-Mode Morph Back Up

Room ID: 174

Wiki
From: 5
Top Door
To: 5
Top Door

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphIBJ",
            {
              "and": [
                "HiJump",
                "h_artificialMorphSpringBall"
              ]
            },
            {
              "and": [
                "canGravityJump",
                "h_artificialMorphSpringBall"
              ]
            }
          ]
        }
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}