Room ID: 67
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room
Requires: "HiJump"
"canSpringBallJumpMidAir"
{
"or": [
{
"spikeHits": 1
},
{
"and": [
"canHorizontalDamageBoost",
{
"enemyDamage": {
"enemy": "Fireflea",
"type": "contact",
"hits": 1
}
}
]
}
]
}
{
"or": [
{
"noBlueSuit": {}
},
"canBlueSuitSpikeJump"
]
} |