Main Hall: Normal Jumps

Room ID: 132

Wiki
From: 3
Elevator Platform
To: 1
Left Door

High jumps for more control when landing.

Requires:

"h_canNavigateHeatRooms"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Dragon",
        "type": "fireball",
        "hits": 3
      }
    },
    {
      "and": [
        "Ice",
        "Wave"
      ]
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Dragon",
            "Dragon"
          ]
        ],
        "explicitWeapons": [
          "Wave+Plasma"
        ]
      }
    }
  ]
}
{
  "heatFrames": 1100
}