Indiana Jones Room: Indiana Jones Grapple in Reverse

Room ID: 127

Wiki
From: 3
Item
To: 1
Left Door

Involves Grappling off several Rippers, where falling may lead to a soft lock. Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers. It can help to Grapple the same Ripper again to get it in a better position. Positioning the first Ripper far to the left until the second is visible can help make this much easier.

Requires:

{
  "notable": "Indiana Jones Grapple (First Try)"
}
"canUseEnemies"
"canPreciseGrapple"
"h_midAirShootUp"
{
  "or": [
    {
      "and": [
        "canInsaneJump",
        "h_trickyToCarryFlashSuit"
      ]
    },
    {
      "and": [
        "canResetFallSpeed",
        {
          "enemyDamage": {
            "enemy": "Ripper 2 (green)",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}

Dev note: In general, the return route is easier, but is only useful after doing the left to right strat first.