Mother Brain Room: Base

Room ID: 238

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

Requires:

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