Mother Brain Room: Base

Room ID: 238

Wiki
From: 3
Mother Brain
To: 7
Between Third and Fourth Zebetite

Requires:

"Morph"
"f_KilledZebetites4"
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        "canMidAirMorph"
      ]
    },
    {
      "and": [
        "canCarefulJump",
        "h_canUseSpringBall"
      ]
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Rinka",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "or": [
            "canTrivialMidAirMorph",
            "canNeutralDamageBoost",
            "h_canUseSpringBall",
            "h_canBombThings"
          ]
        }
      ]
    }
  ]
}