Big Pink: Super Block Speedball (Expert)

Quickly jump and precisely shoot the super block and in the same motion take out the bomb blocks with a speedball.

Difficulty filter

Strats ()

From: 7
Right Side - Door Behind Super Block
To: 13
Central Junction

Entrance condition:

"comeInBlueSpaceJumping": {
  "maxExtraRunSpeed": "$1.F"
}

Requires:

{"notable": "Super Block Speedball"},
"canPreciseSpaceJump",
{"ammo": {"type": "Super", "count": 1}},
"canInsaneJump",
"canSpeedball"

Clears obstacles: F

From: 7
Right Side - Door Behind Super Block
To: 13
Central Junction

Enter with a low momentum blue speed jump, immediately shoot the Super block, and in the same motion take out the bomb blocks with a speedball. Lower run speeds (ideally $1.2 or slightly higher) provide more lenience for the Super shot.

Entrance condition:

"comeInWithSidePlatform": {
  "platforms": [
    {
      "minHeight": 1,
      "maxHeight": 1,
      "minTiles": 16,
      "speedBooster": "yes",
      "obstructions": [[1, 0]],
      "requires": [
        {"or": [
          "h_heatProof",
          "canBeVeryPatient"
        ]}
      ],
      "note": ["This applies to Lava Dive Room."]
    },
    {
      "minHeight": 2,
      "maxHeight": 2,
      "minTiles": 27.4375,
      "speedBooster": "yes",
      "obstructions": [[1, 0]],
      "note": ["This applies to Dust Torizo Room and Noob Bridge."]
    },
    {
      "minHeight": 3,
      "maxHeight": 3,
      "minTiles": 28.2472,
      "speedBooster": "yes",
      "obstructions": [[1, 0]],
      "requires": [
        {"or": [
          "h_heatProof",
          "canBeVeryPatient"
        ]}
      ],
      "note": ["This applies to Double Chamber."]
    },
    {
      "minHeight": 3,
      "maxHeight": 3,
      "minTiles": 39.4375,
      "speedBooster": "yes",
      "obstructions": [[3, 2]],
      "requires": [
        {"or": [
          "h_heatProof",
          "canBeVeryPatient"
        ]}
      ],
      "note": ["This applies to Metal Pirates."]
    }
  ]
}

Requires:

{"notable": "Super Block Speedball"},
{"getBlueSpeed": {"usedTiles": 15, "openEnd": 1}},
{"or": [
  {"getBlueSpeed": {"usedTiles": 14, "openEnd": 1}},
  "canInsaneJump"
]},
"canSpeedball",
{"ammo": {"type": "Super", "count": 1}}

Clears obstacles: F

Dev note: FIXME: this way of expressing a h_heatProof requirement is not very clean; when possible, we should have a more general way of representing the need for a strat to be retried many times, or to represent the need for the heated shortcharge in the other room.

From: 7
Right Side - Door Behind Super Block
To: 13
Central Junction

Quickly jump and precisely shoot the super block and in the same motion take out the bomb blocks with a speedball.

Entrance condition:

"comeInGettingBlueSpeed": {
  "length": 5,
  "openEnd": 0
}

Requires:

{"notable": "Super Block Speedball"},
"canSpeedball",
"canTrickyJump",
"canSlowShortCharge",
{"ammo": {"type": "Super", "count": 1}}

Clears obstacles: F

Dev note: The runway here has two unusable tiles.