The Moat: Gravity with Jump Assist

Room ID: 7

Wiki
From: 3
Item
To: 2
Right Door

Requires:

"Gravity"
{
  "or": [
    "canTrickySpringBallJump",
    {
      "and": [
        "HiJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        "HiJump",
        "SpeedBooster"
      ]
    }
  ]
}
{
  "obstaclesNotCleared": [
    "A"
  ]
}