Mother Brain Room: Base

Room ID: 238

Wiki
From: 6
Between Second and Third Zebetite (locked)
To: 5
Between First and Second Zebetite (locked)

Requires:

"Morph"
"f_KilledZebetites2"
{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "canCarefulJump",
        "h_canUseSpringBall"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Rinka",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "enemyDamage": {
    "enemy": "Mother Brain 1",
    "type": "turret",
    "hits": 1
  }
}