Draygon's Room: Suitless Come in Shinecharging, Leave With Spark

Room ID: 193

Wiki
From: 2
Right Door
To: 1
Left Door

Shinecharge then jump at the end of the runway, depending on how far the jump is, a hero shot might be necessary to open the door.

Entrance condition:

{
  "comeInShinecharging": {
    "length": 1,
    "openEnd": 1
  }
}

Requires:

"canSuitlessMaridia"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "canHeroShot",
        {
          "shinespark": {
            "frames": 26,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {
    "grounded": false
  }
}

Clears obstacles: door_2

Unlocks doors:

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

Dev note: This runway length is assuming Samus comes in shinecharging at a relatively high speed.