Room ID: 197
        | 
 
 Entrance condition: {
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}Requires: {
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphLongIBJ",
            {
              "and": [
                "h_artificialMorphIBJ",
                "h_artificialMorphBombHorizontally"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphDoubleSpringBallJump",
        "canDownGrab"
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBallBombJump"
      ]
    }
  ]
} |