The Worst Room In The Game: Base

Room ID: 135

Wiki
From: 3
Top Right Door
To: 5
Junction Below Top Pirate

Spinjump over the pirate, or clear shot blocks first for more space.

Requires:

"h_canNavigateHeatRooms"
{
  "or": [
    {
      "and": [
        {
          "or": [
            "canTrickyJump",
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Yellow Space Pirate (standing)"
                  ]
                ],
                "explicitWeapons": [
                  "ScrewAttack"
                ]
              }
            }
          ]
        },
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "heatFrames": 180
    }
  ]
}