Kraid Room: Leave With Side Platform

Room ID: 84

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

{
  "or": [
    "f_DefeatedKraid",
    {
      "obstaclesCleared": [
        "f_DefeatedKraid"
      ]
    }
  ]
}
"h_speedDash"
"canInsaneJump"
"canMomentumConservingMorph"

Exit condition:

{
  "leaveWithSidePlatform": {
    "height": 2,
    "runway": {
      "length": 24,
      "openEnd": 0
    },
    "obstruction": [
      4,
      0
    ]
  }
}

Dev note: Max extra run speed $4.4. 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).