West Sand Hall: Come In With Spark (Suitless)

Room ID: 199

Wiki
From: 2
Right Door
To: 1
Left Door

Entrance condition:

{
  "comeInWithSpark": {}
}

Requires:

{
  "or": [
    {
      "shinespark": {
        "frames": 99,
        "excessFrames": 5
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 99,
            "excessFrames": 29
          }
        },
        "canPlayInSand"
      ]
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 99,
            "excessFrames": 38
          }
        },
        "canPlayInSand",
        "canTrickyJump"
      ]
    }
  ]
}