Room ID: 214
|
Roll through the bottom of the room, killing the three Puyos in the middle. It helps to start rolling from as close to the edge of the water as possible to build speed while the Puyos are inactive. Requires: "Morph"
"canCarefulJump"
{
"or": [
"Gravity",
{
"and": [
"canSuitlessMaridia",
{
"or": [
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
},
{
"resourceCapacity": [
{
"type": "Missile",
"count": 1
}
]
},
{
"ammo": {
"type": "Super",
"count": 1
}
},
"canTrickyJump"
]
}
]
}
]
}
{
"or": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
}
]
} |