Room ID: 132
|
Perform full height jumps for more control when landing. Kill or freeze the Dragons with diagonal shots. Avoid falling into the acid while platforming or when taking a fireball hit. Requires: "canDash"
"Wave"
{
"or": [
"Ice",
"Plasma"
]
}
{
"or": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 3
}
}
]
}
{
"heatFrames": 900
} |