Glass Tunnel: Carry Shinecharge

Room ID: 170

Wiki
From: 1
Left Doorway
To: 3
Top Right Doorway

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "shineChargeFrames": 95
        }
      ]
    },
    {
      "shineChargeFrames": 150
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}