Main Hall: Careful Jumps

Room ID: 132

Wiki
From: 1
Left Door
To: 3
Elevator Platform

Take the platforms one at a time.

Requires:

"h_canNavigateHeatRooms"
"canCarefulJump"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Dragon",
        "type": "fireball",
        "hits": 2
      }
    },
    "Ice",
    {
      "enemyKill": {
        "enemies": [
          [
            "Dragon",
            "Dragon"
          ]
        ],
        "explicitWeapons": [
          "Super",
          "Plasma"
        ]
      }
    }
  ]
}
{
  "heatFrames": 700
}