canUseSpeedEchoes (Hard)

Using the Samus echoes that are emitted after a shinespark bonk as a weapon to kill enemies.

Dependencies: canShinespark

Difficulty filter

Strats ()

From: 3
Metal Pirates Junction
To: 3
Metal Pirates Junction

Notable: true

Use the Echoes created by shinesparking to defeat the Metal Pirates. This involves Shineparking into a precise point while also turning the Pirates vulnerable as the echoes reach them.

Requires:

"h_heatProof"
"canDodgeWhileShooting"
"canUseSpeedEchoes"
"canHitbox"
{
  "refill": [
    "Energy",
    "Super"
  ]
}
From: 3
Metal Pirates Junction
To: 3
Metal Pirates Junction

Notable: true

Use the Echoes created by shinesparking to defeat the Metal Pirates. This involves Shineparking into a precise point while also turning the Pirates vulnerable as the echoes reach them.

Requires:

"h_canNavigateHeatRooms"
"canUseSpeedEchoes"
"canHitbox"
{
  "heatFrames": 450
}
{
  "canShineCharge": {
    "usedTiles": 33,
    "openEnd": 2
  }
}
{
  "shinespark": {
    "frames": 18
  }
}

Clears obstacles: A

From: 1
Left Door
To: 1
Left Door

Requires:

{
  "not": "f_DefeatedPhantoon"
}
{
  "or": [
    "Plasma",
    "Wave",
    {
      "and": [
        "canRiskPermanentLossOfAccess",
        {
          "or": [
            "Spazer",
            "Ice",
            "h_canUseMorphBombs",
            "canUseSpeedEchoes"
          ]
        }
      ]
    }
  ]
}
{
  "resetRoom": {
    "nodes": [
      1,
      2,
      3
    ],
    "mustStayPut": false
  }
}
{
  "refill": [
    "Energy",
    "Missile"
  ]
}
From: 2
Item
To: 1
Top Left Door (locked)

Using the bottom of the room, shortcharge to use the echoes created by shinesparking to kill all of the Standing Pirates. Either lead the pirate to the left wall or take a hit to gain iframes to use the full runway to charge a spark To lead a pirate, have it shoot in the direction you want it to go. Then jump overhead and crouch on the other side. Or, jump and aim down while on the sloped tiles just above to lower the camera and wait for the pirate to move to the correct spot. Turn around and diagonal spark the ceiling to kill the lowest pirate, and later the middle pirates. Building a spark towards the left allows for enough run speed to jump to the middle level. Then vertical shinespark out which kills the top pirate.

Requires:

{
  "or": [
    "Morph",
    "canCarefulJump",
    "canCameraManip"
  ]
}
"canShinechargeMovementComplex"
{
  "canShineCharge": {
    "usedTiles": 21,
    "openEnd": 0
  }
}
{
  "shinespark": {
    "frames": 30,
    "excessFrames": 7
  }
}
"canUseSpeedEchoes"
{
  "or": [
    "canCameraManip",
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 19,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 21,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 3,
            "excessFrames": 3
          }
        },
        {
          "enemyDamage": {
            "enemy": "Pink Space Pirate (standing)",
            "type": "laser",
            "hits": 1
          }
        }
      ]
    }
  ]
}

Clears obstacles: A

From: 2
Item
To: 1
Top Left Door (locked)

Pseudo screw the left pirate, or clear the left side with shinesparks, then IBJ out

Requires:

"h_canIBJ"
{
  "or": [
    {
      "and": [
        "canShinechargeMovement",
        "canUseSpeedEchoes",
        {
          "canShineCharge": {
            "usedTiles": 19,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 1,
            "excessFrames": 1
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovement",
        "canUseSpeedEchoes",
        {
          "enemyDamage": {
            "enemy": "Pink Space Pirate (standing)",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "canShineCharge": {
            "usedTiles": 21,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "canPseudoScrew",
        {
          "enemyDamage": {
            "enemy": "Pink Space Pirate (standing)",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}
From: 2
Right Door
To: 1
Left Door

Fall through the speed blocks from above with Temporary Blue, or kill the pirates from above with speed echoes.

Requires:

{
  "enemyDamage": {
    "enemy": "Tourian Space Pirate (all)",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canTemporaryBlue",
    {
      "and": [
        "canUseSpeedEchoes",
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 2
          }
        },
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}