The Moat: Side Platform Cross Room Jump

Room ID: 7

Wiki
From: 1
Left Door
To: 2
Right Door

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 27.4375,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph"
        ],
        "note": [
          "This applies to Dust Torizo Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 3,
        "minTiles": 29.4375,
        "speedBooster": true,
        "obstructions": [
          [
            2,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph"
        ],
        "note": [
          "This applies to Waterway Energy Tank Room."
        ],
        "devNote": [
          "With good positioning this can be done with a lateral mid-air morph not touching the ceiling.",
          "This has little use since with Gravity a Gravity jump would also be possible."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          "canInsaneJump"
        ],
        "note": [
          "This applies to Statues Hallway."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          "canInsaneJump"
        ],
        "note": [
          "This applies to Flyway."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            4,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          "canInsaneJump",
          "canInsaneMidAirMorph"
        ],
        "note": [
          "This applies to Baby Kraid Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 39.4375,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "note": [
          "This applies to Metal Pirates Room."
        ],
        "detailNote": [
          "This has a 3-frame window for the jump."
        ]
      }
    ]
  }
}

Requires:

"canTrickyJump"

Dev note: This isn't marked as a wall-jump avoid, since it may have some advantage over the CWJ by reducing the soft-lock risk.