Fish Tank: Suitless Water Shinecharge Diagonal Spark

Room ID: 173

Wiki
From: 2
Bottom Right Door
To: 6
Middle Junction Near Top Left Pirate

Reduce Samus' run speed with a stutter or late dash tap in order to complete the shinecharge in time. With low energy, shinespark diagonally to the middle ledge on the left.

Entrance condition:

"comeInRunning": {
  "speedBooster": "yes",
  "minTiles": 4.4375
}

Requires:

"canWaterShineCharge",
{"canShineCharge": {"usedTiles": 23, "openEnd": 2}},
{"or": [
  {"shinespark": {"frames": 43, "excessFrames": 26}},
  {"and": [
    "canMidairShinespark",
    {"shinespark": {"frames": 38, "excessFrames": 25}}
  ]}
]},
{"or": [
  {"enemyDamage": {
    "enemy": "Pink Space Pirate (standing)",
    "type": "contact",
    "hits": 1
  }},
  {"enemyKill": {
    "enemies": [["Pink Space Pirate (standing)"]],
    "explicitWeapons": ["Plasma"]
  }},
  "h_pauseAbuseMinimalReserveRefill",
  {"and": [
    "canControlShinesparkEnd",
    "canUseSpeedEchoes",
    {"resourceAtMost": [{"type": "RegularEnergy", "count": 29}]}
  ]},
  {"and": [
    "canInsaneJump",
    "canTrickyDodgeEnemies"
  ]}
]},
{"or": [
  "h_underwaterCrouchJumpDownGrab",
  "canSpringBallJumpMidAir",
  {"and": [
    "Ice",
    "Plasma"
  ]}
]}