Botwoon Energy Tank Room: G-Mode Morph

Room ID: 186

Wiki
From: 1
Left Door
To: 2
Left Sand Pit

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphBombs",
    {
      "and": [
        "h_canArtificialMorphPowerBomb",
        "h_additionalBomb",
        {
          "or": [
            "canTrickyJump",
            "h_canArtificialMorphSpringBall",
            "Gravity",
            "h_additionalBomb"
          ]
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "enemyDamage": {
            "enemy": "Puyo",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        "h_canArtificialMorphSpringBall",
        {
          "enemyDamage": {
            "enemy": "Puyo",
            "type": "contact",
            "hits": 3
          }
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 7
      }
    }
  ]
}

Exit condition:

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