Grapple Tutorial Room 3: Come in Shinecharged, Shinespark

Room ID: 131

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

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "or": [
    {
      "and": [
        {
          "shineChargeFrames": 25
        },
        "canHorizontalShinespark",
        {
          "shinespark": {
            "frames": 54,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 45
        },
        "canHorizontalMidairShinespark",
        {
          "shinespark": {
            "frames": 47,
            "excessFrames": 5
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 75
        },
        "canHorizontalMidairShinespark",
        {
          "shinespark": {
            "frames": 44,
            "excessFrames": 7
          }
        }
      ]
    }
  ]
}