Room ID: 185
|
Wait for the one pattern (bottom->right) where Botwoon's head passes through the dividing barrier briefly and fire TWO Super Missiles. This takes a long time, averaging two supers per minute. Requires: {
"notable": "Back-Side Super Only Fight"
}
"h_navigateUnderwater"
"canBeVeryPatient"
{
"ammo": {
"type": "Super",
"count": 10
}
}
{
"or": [
"canInsaneJump",
{
"and": [
"Gravity",
"canTrickyJump"
]
},
{
"enemyDamage": {
"enemy": "Botwoon 1",
"type": "acid",
"hits": 3
}
}
]
}Clears obstacles: f_DefeatedBotwoon Sets flags: f_DefeatedBotwoon |