Room ID: 238
From: 3
Mother Brain
To: 4
Mother Brain (Phases 2 and 3)
Requires: "f_MotherBrainGlassBroken"
{
"or": [
{
"and": [
{
"ammo": {
"type": "Missile",
"count": 30
}
},
{
"or": [
"canTrickyUseFrozenEnemies",
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 1
}
}
]
}
]
},
{
"and": [
{
"ammo": {
"type": "Super",
"count": 5
}
},
{
"ammo": {
"type": "Missile",
"count": 15
}
}
]
}
]
}
{
"or": [
"canTrickyUseFrozenEnemies",
{
"and": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 1
}
}
]
},
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 2
}
}
]
}
"i_MotherBrainBarrier1Clear"
"i_MotherBrainBarrier2Clear"
"i_MotherBrainBarrier3Clear"
"i_MotherBrainBarrier4Clear" |