The Precious Room: Come in Shinecharged, Shinespark (Gravity)

Room ID: 192

Wiki
From: 2
Bottom Left Door
To: 1
Top Left Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"Gravity"
{
  "or": [
    {
      "and": [
        {
          "shineChargeFrames": 20
        },
        {
          "shinespark": {
            "frames": 40,
            "excessFrames": 8
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 30
        },
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 33,
            "excessFrames": 8
          }
        }
      ]
    }
  ]
}