Seaweed Room: Come In Shinecharged, Leave With Spark

Room ID: 233

Wiki
From: 3
Bottom Right Door
To: 1
Top Right Doorway

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"Wave"
{
  "or": [
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "shineChargeFrames": 100
        },
        {
          "shinespark": {
            "frames": 5
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 110
        },
        {
          "shinespark": {
            "frames": 6
          }
        }
      ]
    }
  ]
}
"canShinechargeMovementComplex"

Exit condition:

{
  "leaveWithSpark": {}
}