Dachora Room: Use Flash Suit

Room ID: 58

Wiki
From: 2
Bottom Left Door
To: 3
Right Door

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 103,
        "excessFrames": 6
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 99,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "canConsecutiveWalljump",
            "SpaceJump",
            {
              "and": [
                "canIBJ",
                "canBePatient",
                "canUnmorphBombBoost"
              ]
            }
          ]
        },
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 7
          }
        }
      ]
    }
  ]
}