Room ID: 67
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room
Use the Fireflea when it moves to the right to cross the first gap. Requires: "canTrickyUseFrozenEnemies"
"HiJump"
"canCarefulJump"
{
"or": [
"canTrickyJump",
{
"and": [
"canDash",
"canWalljump"
]
}
]
}
{
"or": [
{
"spikeHits": 1
},
{
"and": [
"canHorizontalDamageBoost",
{
"enemyDamage": {
"enemy": "Fireflea",
"type": "contact",
"hits": 1
}
}
]
}
]
}
{
"or": [
{
"noBlueSuit": {}
},
"canBlueSuitSpikeJump"
]
} |