Grapple Tutorial Room 3: Come in Shinecharging, Shinespark

Room ID: 131

Wiki
From: 1
Left Door
To: 3
Junction Left of Green Gate

Entrance condition:

{
  "comeInShinecharging": {
    "length": 3,
    "openEnd": 1
  }
}

Requires:

"canHorizontalShinespark"
{
  "or": [
    {
      "shinespark": {
        "frames": 54,
        "excessFrames": 3
      }
    },
    {
      "and": [
        "canHorizontalMidairShinespark",
        {
          "shinespark": {
            "frames": 47,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 42,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}