Main Hall: Standard Platforming

Room ID: 132

Wiki
From: 1
Left Door
To: 4
Elevator

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.