Tourian Escape Room 4: Use Flash Suit

Room ID: 242

Wiki
From: 3
Bottom of Shaft
To: 1
Left Door

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 76,
        "excessFrames": 5
      }
    },
    {
      "and": [
        "SpeedBooster",
        {
          "shinespark": {
            "frames": 73,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 72,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "SpeedBooster",
        {
          "shinespark": {
            "frames": 64,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}