Room ID: 92
|
Requires: "canDash"
{
"or": [
{
"and": [
"canTrickyJump",
{
"heatFrames": 540
}
]
},
{
"heatFrames": 660
}
]
}
{
"or": [
"canDodgeWhileShooting",
"Ice",
"Plasma",
{
"and": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 1
}
}
]
},
{
"and": [
{
"lavaFrames": 40
},
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 3
}
}
]
}
]
} |