Room ID: 61
|
Jump far to the left in order to hit a small Sidehopper instead of a large one. Requires: {
"or": [
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
},
{
"and": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Sm. Sidehopper",
"type": "contact",
"hits": 1
}
}
]
}
]
} |