Bubble Mountain: Running Jump

Room ID: 97

Wiki
From: 1
Left Side - Top Door
To: 7
Top Right Door

Entrance condition:

{
  "comeInRunning": {
    "minTiles": 2,
    "speedBooster": "any"
  }
}

Requires:

{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "SpeedBooster",
        "canCarefulJump"
      ]
    }
  ]
}
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Cacatac",
            "hits": 1,
            "type": "contact"
          }
        }
      ]
    }
  ]
}