Main Street: Side Platform Cross Room Jump

Room ID: 172

Wiki
From: 2
Bottom Right Door
To: 3
Middle Right Door

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 1,
        "maxHeight": 1,
        "minTiles": 16,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          "canInsaneJump",
          "canInsaneMidAirMorph"
        ],
        "note": [
          "This applies to Lava Dive Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 27.4375,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          {
            "or": [
              {
                "enemyDamage": {
                  "enemy": "Skultera",
                  "type": "contact",
                  "hits": 1
                }
              },
              "canInsaneJump"
            ]
          }
        ],
        "note": [
          "This applies to Dust Torizo Room and Noob Bridge."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingTurnaround",
          "canInsaneJump"
        ],
        "note": [
          "This applies to Noob Bridge."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 28.2472,
        "speedBooster": true,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "requires": [
          "canMomentumConservingMorph",
          {
            "or": [
              {
                "enemyDamage": {
                  "enemy": "Skultera",
                  "type": "contact",
                  "hits": 1
                }
              },
              "canInsaneJump"
            ]
          }
        ],
        "note": [
          "This applies to Double Chamber."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 39.4375,
        "speedBooster": true,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "requires": [
          {
            "or": [
              {
                "and": [
                  "canMomentumConservingMorph",
                  {
                    "or": [
                      {
                        "enemyDamage": {
                          "enemy": "Skultera",
                          "type": "contact",
                          "hits": 1
                        }
                      },
                      "canInsaneJump"
                    ]
                  }
                ]
              },
              {
                "and": [
                  "canInsaneJump",
                  "canMomentumConservingTurnaround"
                ]
              }
            ]
          }
        ],
        "note": "Applies to Metal Pirates Room."
      }
    ]
  }
}

Requires:

"canCrossRoomJumpIntoWater"