Main Hall: Careful Jumps

Room ID: 132

Wiki
From: 3
Elevator Platform
To: 1
Left Door

Taking the platforms one at a time is not fast enough to avoid the room hazards.

Requires:

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