Room ID: 238
|
Requires: "h_partiallyBreakMotherBrainGlass"
{
"ammo": {
"type": "Missile",
"count": 30
}
}
{
"or": [
"canTrickyUseFrozenEnemies",
{
"and": [
"canTrickyJump",
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 1
}
}
]
},
{
"and": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 2
}
}
]
},
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 3
}
}
]
}
"i_MotherBrainBarrier1Clear"
"i_MotherBrainBarrier2Clear"
"i_MotherBrainBarrier3Clear"
"i_MotherBrainBarrier4Clear" |