Room ID: 132
|
Perform full height jumps for more control when landing. Even with a strong weapon, the Dragons may or may not be worth dealing with at this difficulty. Requires: "canDash"
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 3
}
}
{
"acidFrames": 20
}
{
"or": [
"canCarefulJump",
{
"and": [
{
"acidFrames": 20
},
{
"heatFrames": 90
},
{
"or": [
"Gravity",
"canWallJump",
{
"and": [
"HiJump",
{
"acidFrames": 20
},
{
"heatFrames": 90
}
]
}
]
}
]
}
]
}
{
"heatFrames": 1200
}Dev note: Expects a fall into the acid near the right. A second fall is expected without canCarefulJump. |