Room ID: 132
|
Perform full height jumps for more control when landing. Requires: "canDash"
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 3
}
}
{
"acidFrames": 20
}
{
"or": [
"canCarefulJump",
{
"and": [
{
"acidFrames": 20
},
{
"heatFrames": 90
}
]
}
]
}
{
"heatFrames": 1000
}Dev note: Expects a fall into the acid. A second fall is expected without canCarefulJump. |