Room ID: 180
        
        From: 2 
    Right Door 
        To: 3 
Junction Left of Morph Tunnel 
 Entrance condition: {
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}Requires: {
  "or": [
    "h_artificialMorphSpringBall",
    {
      "and": [
        "h_artificialMorphPowerBomb",
        "h_additionalBomb",
        {
          "or": [
            "h_artificialMorphBombHorizontally",
            {
              "and": [
                "h_additionalBomb",
                "Gravity"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphBombs",
        {
          "or": [
            "h_artificialMorphBombHorizontally",
            "Gravity"
          ]
        },
        {
          "or": [
            "canInsaneJump",
            {
              "enemyDamage": {
                "enemy": "Menu",
                "type": "contact",
                "hits": 1
              }
            }
          ]
        }
      ]
    }
  ]
} |