Mother Brain Room: Mother Brain Ice Zebetite Skip

Room ID: 238

Wiki
From: 8
Before First Zebetite (locked)
To: 3
Mother Brain (locked)

Notable: true

Glitch through the Mother Brain Zebetites by using a frozen Rinka and i-frames. Freeze the Rinka at its spawn location, then spinjump or Down-Back onto it after acquiring i-frames to clip inside of the Zebetite, then jump through. Note that Zebetites cause i-frames but deal no damage. Ice+Wave can freeze the Rinka from above. Ice+Plasma must freeze the Rinka from below while crouched.

Requires:

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