The Worst Room In The Game: Quick Pirate Avoid

Room ID: 135

Wiki
From: 1
Top Left Door
To: 5
Junction Below Top Pirate

It is possible to get past the pirate without waiting by moving fast enough, or by making it turn around. Landing on the floating platform will make the fall simpler without scrolling the camera enough to activate the pirate.

Requires:

"canTrickyJump"
{
  "heatFrames": 115
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 5
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canInsaneJump",
        "canTrickyDodgeEnemies"
      ]
    },
    {
      "heatFrames": 35
    }
  ]
}
{
  "or": [
    "canDownBack",
    "Morph",
    {
      "heatFrames": 40
    }
  ]
}