Alpha Power Bomb Room: Take Damage

Room ID: 76

Wiki
From: 2
Chozo Item
To: 1
Right Door

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Boyon",
        "type": "contact",
        "hits": 2
      }
    },
    {
      "and": [
        "canCarefulJump",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        "canHorizontalDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}