Aqueduct: Leave Shinecharged

Room ID: 183

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

Requires:

"Gravity"
{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    "h_canUsePowerBombs"
  ]
}
"h_canShineChargeMaxRunway"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "shineChargeFrames": 100
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "SpaceJump",
        {
          "shineChargeFrames": 105
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 125
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "shineChargeFrames": 125
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "shineChargeFrames": 130
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 125
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

{"types":["ammo"],"requires":[]}