Amphitheatre: Blue Suit

Room ID: 136

Wiki
From: 4
Center Floating Platforms Junction
To: 2
Right Door

Requires:

{
  "haveBlueSuit": {}
}
{
  "or": [
    {
      "heatFrames": 500
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "heatFrames": 390
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 375
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 335
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        "HiJump",
        {
          "heatFrames": 280
        }
      ]
    }
  ]
}