Glass Tunnel: Carry Shinecharge

Room ID: 170

Wiki
From: 4
Top Door
To: 1
Left Doorway

Entrance condition:

{
  "comeInShinecharged": {},
  "comesThroughToilet": "no"
}

Requires:

{
  "or": [
    "f_MaridiaTubeBroken",
    {
      "obstaclesCleared": [
        "f_MaridiaTubeBroken"
      ]
    }
  ]
}
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "shineChargeFrames": 85
        }
      ]
    },
    {
      "shineChargeFrames": 90
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}