Bat Cave: Blue Suit

Room ID: 100

Wiki
Blue Suit (Ignored)
Bat Cave
From: 1
Bottom Left Door
To: 2
Top Right Door

Requires:

{
  "haveBlueSuit": {}
}
{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 210
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 210
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 190
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 230
        }
      ]
    }
  ]
}