Golden Torizo's Room: Blue Suit

Room ID: 150

Wiki
From: 2
Right Door
To: 4
Hidden Right Item

Requires:

{
  "haveBlueSuit": {}
}
{
  "or": [
    {
      "and": [
        "canPreciseWalljump",
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 200
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "SpaceJump",
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "heatFrames": 125
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 150
        }
      ]
    }
  ]
}