Room ID: 67
|
Requires: "canLongIBJ"
{
"or": [
{
"spikeHits": 2
},
{
"and": [
"canBombHorizontally",
{
"spikeHits": 1
}
]
},
{
"and": [
"canHorizontalDamageBoost",
{
"enemyDamage": {
"enemy": "Fireflea",
"type": "contact",
"hits": 1
}
}
]
}
]
}
{
"or": [
{
"noBlueSuit": {}
},
"canBlueSuitSpikeJump"
]
} |