Room ID: 145
|
Roll under the top Fune fireball then roll off the edge to avoid the first Boulder. Kill a Fune or use the Boulder for i-frames to get through the tricky section. It is also possible to Kago the Fune to save health compared to taking a Boulder hit. Requires: "Morph"
"canDodgeWhileShooting"
{
"or": [
"canTrickyJump",
{
"enemyKill": {
"enemies": [
[
"Fune"
]
]
}
},
{
"enemyDamage": {
"enemy": "Boulder",
"type": "contact",
"hits": 1
}
},
{
"and": [
{
"enemyDamage": {
"enemy": "Fune",
"type": "kago",
"hits": 1
}
},
"canKago",
"canUseIFrames"
]
}
]
} |