Plasma Spark Room: Very Precise Stutter Shinecharge, Leave With Spark

Room ID: 197

Wiki
From: 2
Bottom Right Door
To: 2
Bottom Right Door

With only 1 tile of runway, this requires a single-frame stutter (release forward then repress on the next frame), on the last possible frame.

Entrance condition:

{
  "comeInStutterShinecharging": {
    "minTiles": 1
  }
}

Requires:

"canShinechargeMovementComplex"
"canPreciseStutterWaterShineCharge"
"canInsaneJump"
"h_shinechargeMaxRunway"
{
  "or": [
    {
      "shinespark": {
        "frames": 12,
        "excessFrames": 0
      }
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        {
          "shinespark": {
            "frames": 3,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

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