Performing a mid-air morph exceptionally quickly or precisely.
Dependencies: canTrivialMidAirMorph, canMidAirMorph, canDisableEquipment, can4HighMidAirMorph
Requires: { "obstaclesCleared": [ "A" ] } "SpeedBooster" "canInsaneJump" "canMomentumConservingMorph" "canInsaneMidAirMorph" Exit condition: { "leaveWithSidePlatform": { "height": 2, "runway": { "length": 45, "openEnd": 1 }, "obstruction": [ 4, 0 ] } } Dev note: Max extra run speed $7.0. Using the full runway, there is a 2-frame window for the jump, then a 1-frame or 2-frame window for the morph depending on the jump (with a last-frame jump giving a 2-frame morph window). If there is a solid tile on the ceiling in the next room past the door frame, then a the jump and morph are both frame-perfect. |
Requires: { "not": "f_DefeatedPhantoon" } "SpeedBooster" "canInsaneJump" "canMomentumConservingMorph" "canInsaneMidAirMorph" Exit condition: { "leaveWithSidePlatform": { "height": 3, "runway": { "length": 45, "openEnd": 1 }, "obstruction": [ 5, 0 ] } } Dev note: Max extra run speed $7.0. The obstruction (from the Workrobot) actually extends between 4 and 5 tiles. |
Requires: "Gravity" "SpeedBooster" "canInsaneJump" "canMomentumConservingMorph" "canInsaneMidAirMorph" Exit condition: { "leaveWithSidePlatform": { "height": 3, "runway": { "length": 17, "openEnd": 0, "steepDownTiles": 2, "startingDownTiles": 1 }, "obstruction": [ 4, 0 ] } } Dev note: Max extra run speed $3.9. This strat is included for completeness, though it apparently doesn't have any applications. |
Requires: { "obstaclesCleared": [ "A" ] } "Gravity" "SpeedBooster" "canInsaneJump" { "or": [ { "and": [ "canMomentumConservingMorph", "canInsaneMidAirMorph" ] }, "canMomentumConservingTurnaround" ] } Exit condition: { "leaveWithSidePlatform": { "height": 1, "runway": { "length": 36, "openEnd": 1, "gentleUpTiles": 2 }, "obstruction": [ 3, 0 ] } } Dev note: Max extra run speed $6.3. |