Ridley's Room: Side Platform Cross Room Speedy Jump

Room ID: 142

Wiki
From: 1
Left Door
To: 2
Right Door

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 1,
        "maxHeight": 1,
        "minTiles": 17,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          {
            "or": [
              {
                "and": [
                  "HiJump",
                  {
                    "heatFrames": 90
                  }
                ]
              },
              {
                "and": [
                  "canTrickyDashJump",
                  "canTrickySpringBallJump",
                  {
                    "heatFrames": 115
                  }
                ]
              }
            ]
          }
        ],
        "note": [
          "This applies to Warehouse Entrance."
        ],
        "detailNote": [
          "For the spring ball jump, retain forward momentum until the pause hits,",
          "in order for the mid-air jump to also get the 'tricky dash' boost in height."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 11.4375,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canTrickyDashJump",
          "canTrickySpringBallJump",
          {
            "heatFrames": 100
          }
        ],
        "note": [
          "This applies to Ridley Tank Room, Halfie Climb Room, and Dust Torizo Room."
        ],
        "detailNote": [
          "Retain forward momentum until the pause hits,",
          "in order for the mid-air jump to also get the 'tricky dash' boost in height."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 12.4375,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "HiJump",
          {
            "heatFrames": 95
          }
        ],
        "note": [
          "This applies to Halfie Climb Room and Dust Torizo Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 10.4375,
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canTrickyDashJump",
          "canTrickySpringBallJump",
          {
            "heatFrames": 120
          }
        ],
        "note": [
          "This applies to Big Boy Room and Mickey Mouse Room."
        ],
        "detailNote": [
          "For the spring ball jump, retain forward momentum until the pause hits,",
          "in order for the mid-air jump to also get the 'tricky dash' boost in height."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "obstructions": [
          [
            2,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canInsaneJump",
          {
            "heatFrames": 85
          }
        ],
        "note": [
          "This applies to Waterway Energy Tank Room."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canInsaneJump",
          "canMomentumConservingMorph",
          {
            "or": [
              {
                "and": [
                  "HiJump",
                  "canInsaneMidAirMorph",
                  {
                    "heatFrames": 80
                  }
                ]
              },
              {
                "and": [
                  "canTrickySpringBallJump",
                  {
                    "heatFrames": 100
                  }
                ]
              }
            ]
          }
        ],
        "note": [
          "This applies to Statues Hallway."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 37.4375,
        "obstructions": [
          [
            3,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canInsaneJump",
          "canMomentumConservingMorph",
          {
            "or": [
              {
                "and": [
                  "HiJump",
                  {
                    "heatFrames": 85
                  }
                ]
              },
              {
                "and": [
                  "canTrickySpringBallJump",
                  {
                    "heatFrames": 100
                  }
                ]
              }
            ]
          }
        ],
        "note": [
          "This applies to Flyway."
        ]
      },
      {
        "minHeight": 2,
        "maxHeight": 2,
        "minTiles": 45,
        "obstructions": [
          [
            4,
            0
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canInsaneJump",
          "canMomentumConservingMorph",
          "canInsaneMidAirMorph",
          "canTrickySpringBallJump",
          {
            "heatFrames": 100
          }
        ],
        "note": [
          "This applies to Baby Kraid Room."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 39.4375,
        "obstructions": [
          [
            3,
            2
          ]
        ],
        "speedBooster": true,
        "requires": [
          "canTrickyJump",
          {
            "or": [
              {
                "and": [
                  "HiJump",
                  {
                    "heatFrames": 75
                  }
                ]
              },
              {
                "and": [
                  "canTrickySpringBallJump",
                  {
                    "heatFrames": 115
                  }
                ]
              }
            ]
          }
        ],
        "note": [
          "This applies to Metal Pirates Room."
        ]
      }
    ]
  }
}

Clears obstacles: door_1

Dev note: FIXME: Many of the spring ball jump variants can be done more easily with a spring ball bounce, which should be added as a separate strat.