canInsaneMidAirMorph (Insane)

Performing a mid-air morph exceptionally quickly or precisely.

Dependencies: canMidAirMorph, can4HighMidAirMorph, canTrivialMidAirMorph, canDisableEquipment

Difficulty filter

Strats ()

From: 1
Left Door
To: 1
Left Door

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.

From: 2
Bottom Right Door
To: 2
Bottom Right Door

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.

From: 1
Left Door
To: 1
Left Door

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.

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "note": [
          "This applies to Noob Bridge."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "speedBooster": true,
        "note": [
          "This applies to Statues Hallway and Baby Kraid Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 45,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "speedBooster": true,
        "note": [
          "This applies to Bowling Alley (middle, power off) and Basement (power on)."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 39.4375,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "speedBooster": true,
        "note": [
          "This applies to Metal Pirates Room."
        ]
      }
    ]
  }
}

Requires:

"HiJump"
"canInsaneJump"
"canMomentumConservingMorph"
"canInsaneMidAirMorph"
"canTrickySpringBallJump"