canSuperJump (Extreme)

Ability to Shinespark while in XMode in a controlled way. A side effect of Super Jumping is that Samus gains a Blue Suit.

Dependencies: canXMode

Difficulty filter

Strats ()

From: 1
Top Left Door
To: 6
Top Junction with Temporary Blue (Right of Morph Tunnel)

Notable: true

Use X-Mode to store a spikesuit, and then convert that to a blue suit with more X-Mode.

Requires:

"canSuperJump"
"Morph"
{
  "spikeHits": 3
}
{
  "canShineCharge": {
    "usedTiles": 33,
    "openEnd": 2
  }
}
{
  "shinespark": {
    "frames": 5
  }
}
{
  "spikeHits": 2
}
{
  "or": [
    {
      "spikeHits": 1
    },
    "Grapple",
    "SpaceJump"
  ]
}
From: 1
Top Left Door
To: 6
Top Junction with Temporary Blue (Right of Morph Tunnel)

Enter with a shinespark ready, activate XMode by bouncing into the spikes, then activate the shinespark but release XMode during the shinespark windup animation.

Entrance condition:

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

Requires:

"canSuperJump"
"Morph"
{
  "spikeHits": 3
}
{
  "or": [
    {
      "spikeHits": 3
    },
    "Grapple",
    "SpaceJump"
  ]
}