Main Hall: Platforming with a Strong Beam

Room ID: 132

Wiki
From: 1
Left Door
To: 4
Elevator

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
}