Indiana Jones Room: Long Run Speed Jump

Room ID: 127

Wiki
From: 2
Right Vertical Door
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        "canSpeedyJump",
        "canCarefulJump"
      ]
    },
    {
      "and": [
        "h_speedDash",
        "HiJump"
      ]
    }
  ]
}
{
  "obstaclesCleared": [
    "A",
    "B"
  ]
}

Dev note: With HiJump we don't require canSpeedyJump tech here because the jump is 'trivial': it is intended in the vanilla game, telegraphed by the ramp, and is very lenient.