Room ID: 61
From: 1
Left Door
To: 4
Frozen Hopper Junction
Carefully freeze the hoppers without taking too much damage but also without accidently killing all of the enemies. Requires: {
"obstaclesNotCleared": [
"A"
]
}
"canTrickyUseFrozenEnemies"
"canTrickyJump"
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
}
{
"or": [
{
"and": [
"Wave",
"Spazer"
]
},
"Plasma",
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
}
]
}Dev note: The Small Sidehoppers may deliver more of the hits, but this is an assumed worst case scenario |