Bubble Mountain: Come in Shinecharging, Shinespark

Room ID: 97

Wiki
From: 3
Left Side - Bottom Middle Door
To: 1
Left Side - Top Door

Entrance condition:

{
  "comeInShinecharging": {
    "length": 5,
    "openEnd": 0
  }
}

Requires:

{
  "or": [
    {
      "and": [
        "canShinechargeMovement",
        {
          "shinespark": {
            "frames": 39,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}