Room ID: 67
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room
Freeze a Waver and Fireflea to cross the gap. It is possible to avoid a spike hit by damage boosting off the Fireflea after it thaws. Requires: "canDash"
"canTrickyUseFrozenEnemies"
"canTrickyDodgeEnemies"
{
"or": [
{
"spikeHits": 1
},
{
"and": [
"canHorizontalDamageBoost",
{
"enemyDamage": {
"enemy": "Fireflea",
"type": "contact",
"hits": 1
}
}
]
}
]
} |