Aqueduct: Blue Space Jump (Expert)

Gain blue speed by running right-to-left on the 20-tile runway below the items. Then use Space Jump to carry it across the top of the room to break the bomb blocks. To cross the room most easily, blue speed can be gained with low momentum by pressing pause, running a few tiles, stuttering just before the pause hits, disabling Gravity suit, continuing to run left, then re-enabling Gravity suit before jumping. Alternatively, a regular shortcharge can be used in combination with either HiJump or a precise amount of extra run speed ($2.0 or $2.1), to cross the room at higher speed.

Difficulty filter

Strats ()

From: 5
Right Door
To: 1
Middle Left Door

Gain blue speed by running right-to-left on the 20-tile runway below the items. Then use Space Jump to carry it across the top of the room to break the bomb blocks. To cross the room most easily, blue speed can be gained with low momentum by pressing pause, running a few tiles, stuttering just before the pause hits, disabling Gravity suit, continuing to run left, then re-enabling Gravity suit before jumping. Alternatively, a regular shortcharge can be used in combination with either HiJump or a precise amount of extra run speed ($2.0 or $2.1), to cross the room at higher speed.

Requires:

{
  "notable": "Blue Space Jump"
}
"Gravity"
"canPreciseSpaceJump"
{
  "or": [
    {
      "and": [
        "canDisableEquipment",
        "canStutterWaterShineCharge"
      ]
    },
    {
      "and": [
        {
          "getBlueSpeed": {
            "usedTiles": 20,
            "openEnd": 2
          }
        },
        {
          "or": [
            "HiJump",
            "canTrickyDashJump"
          ]
        }
      ]
    }
  ]
}