West Sand Hall Tunnel: Come In Shinecharged, Leave With Spark (Top Position)

Room ID: 202

Wiki

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        "canShinechargeMovementTricky",
        {
          "shineChargeFrames": 10
        },
        {
          "shinespark": {
            "frames": 21
          }
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "canShinechargeMovementComplex",
        {
          "shineChargeFrames": 30
        },
        {
          "shinespark": {
            "frames": 17
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        "canInsaneJump",
        {
          "shineChargeFrames": 20
        },
        {
          "shinespark": {
            "frames": 21
          }
        }
      ]
    },
    {
      "and": [
        {
          "shineChargeFrames": 40
        },
        {
          "shinespark": {
            "frames": 19
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {
    "position": "top"
  }
}

Unlocks doors:

{"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}