Draygon's Room: Leave Shinecharged

Room ID: 193

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

"Gravity"
"canShinechargeMovementComplex"
{
  "canShineCharge": {
    "usedTiles": 20,
    "openEnd": 1
  }
}
{
  "or": [
    {
      "and": [
        "HiJump",
        "SpaceJump",
        {
          "shineChargeFrames": 115
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "shineChargeFrames": 140
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "shineChargeFrames": 155
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canGravityJump",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 115
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 140
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

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