East Cactus Alley: X-Mode, Leave With Spark

Room ID: 196

Wiki
From: 1
Left Door
To: 1
Left Door

Requires:

"h_spikeXModeShinecharge"
"canShinechargeMovementTricky"
"canTrickyJump"
"Gravity"
{
  "or": [
    {
      "and": [
        "HiJump",
        "canTrickyDashJump"
      ]
    },
    {
      "and": [
        "canFastWalljumpClimb",
        "canPreciseWalljump"
      ]
    },
    {
      "and": [
        "SpaceJump",
        "canInsaneJump",
        {
          "shinespark": {
            "frames": 3
          }
        }
      ]
    }
  ]
}
"canMidairShinespark"
{
  "shinespark": {
    "frames": 5
  }
}

Exit condition:

{
  "leaveWithSpark": {}
}

Dev note: Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount).