Performing a mid-air morph exceptionally quickly or precisely.
Dependencies: canMidAirMorph, can4HighMidAirMorph, canDisableEquipment, canTrivialMidAirMorph
| 
 
 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.  | 
    
        From: 2 
    Right Door 
        To: 3 
Elevator 
 This strat is included for completeness, though generally it would be easier to do a spring ball bounce instead. Entrance condition: {
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "note": [
          "This applies to Noob Bridge."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "note": [
          "This applies to Statues Hallway and Baby Kraid Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "note": [
          "This applies to Bowling Alley (middle, power off) and Basement (power on)."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 39.4375,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "note": [
          "This applies to Metal Pirates Room."
        ]
      }
    ]
  }
}Requires: "HiJump" "canInsaneJump" "canMomentumConservingMorph" "canInsaneMidAirMorph" "canTrickySpringBallJump"  |