Room ID: 165
|
Requires: "h_navigateUnderwater"
{
"or": [
{
"and": [
"canDash",
{
"spikeHits": 3
},
{
"enemyDamage": {
"enemy": "Kzan",
"type": "contact",
"hits": 1
}
}
]
},
{
"and": [
"canDash",
"canCarefulJump",
{
"spikeHits": 2
},
{
"or": [
"Gravity",
"Morph",
{
"spikeHits": 1
}
]
}
]
},
{
"and": [
"canDodgeWhileShooting",
{
"or": [
"Gravity",
"Morph",
{
"and": [
{
"noBlueSuit": {}
},
{
"spikeHits": 2
}
]
}
]
}
]
}
]
} |