Main Hall: Tricky Jumps with Crystal Flash

Room ID: 132

Wiki
From: 1
Left Door
To: 4
Elevator

The Crystal Flash can be done on any of the floating blocks or single-tile-wide pillars that don't have a Hibashi. The safest place to do it is on the last single-tile-wide pillar.

Requires:

"canTrickyJump"
{
  "or": [
    {
      "and": [
        {
          "heatFrames": 95
        },
        "h_heatedCrystalFlash",
        "canTrickyDodgeEnemies",
        {
          "heatFrames": 475
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 175
        },
        "h_heatedCrystalFlash",
        "canTrickyDodgeEnemies",
        {
          "heatFrames": 395
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 240
        },
        "h_heatedCrystalFlash",
        "canTrickyDodgeEnemies",
        {
          "heatFrames": 330
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 310
        },
        "h_heatedCrystalFlash",
        {
          "heatFrames": 260
        }
      ]
    }
  ]
}