Main Hall: Normal Jumps

Room ID: 132

Wiki
From: 1
Left Door
To: 4
Elevator

High jumps for more control when landing.

Requires:

"canDash"
{
  "or": [
    {
      "and": [
        "Wave",
        "Ice"
      ]
    },
    {
      "and": [
        "Wave",
        "Plasma"
      ]
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 3
          }
        },
        {
          "acidFrames": 20
        },
        {
          "heatFrames": 90
        },
        {
          "or": [
            "Gravity",
            "canWallJump",
            {
              "and": [
                "HiJump",
                {
                  "acidFrames": 20
                },
                {
                  "heatFrames": 90
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
{
  "heatFrames": 900
}