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