Seaweed Room: Come in Shinecharging, Leave Shinecharged (Wave)

Room ID: 233

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

Entrance condition:

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

Requires:

"Wave"
{
  "or": [
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "shineChargeFrames": 115
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 125
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "shineChargeFrames": 130
        }
      ]
    }
  ]
}
"canShinechargeMovementComplex"

Exit condition:

{
  "leaveShinecharged": {}
}