Post Crocomire Jump Room: G-Mode Morph Acid Dive IBJ

Room ID: 127

Wiki
From: 1
Left Door
To: 6
G-Mode Morph Junction (At Speed Blocks)

Bomb boost horizontally at the top of an IBJ and land in the acid, then roll to the right and bomb out to safety. To save some Energy, it is possible to IBJ or double IBJ out of the acid onto the first solid platform.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

"Gravity"
"h_canArtificialMorphIBJ"
"h_canArtificialMorphBombHorizontally"
"canSuitlessLavaDive"
{
  "or": [
    {
      "acidFrames": 280
    },
    {
      "and": [
        "canTrickyJump",
        {
          "acidFrames": 220
        }
      ]
    },
    {
      "and": [
        "canInsaneJump",
        "h_canArtificialMorphDoubleBombJump",
        {
          "acidFrames": 175
        }
      ]
    }
  ]
}