| 
 
 Requires: {
  "notable": "IBJ and Acid Bath"
}
"canSuitlessLavaDive"
"canJumpIntoIBJ"
"canLongIBJ"
"canDoubleBombJump"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "acidFrames": 150
        }
      ]
    },
    {
      "acidFrames": 450
    }
  ]
} |