Room ID: 77
|
Open the door in advance, then lure the Sidehoopers to left wall. This is much easier with Morph ball. Take a hit, then start running with the i-frames. Requires: {
"obstaclesNotCleared": [
"B"
]
}
"canUseIFrames"
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
}
{
"or": [
"Morph",
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 3
}
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 29,
"openEnd": 0
}
} |