East Sand Hole: Base

Room ID: 208

Wiki
From: 1
Top Sand Entrance
To: 4
Right Item

Requires:

"Gravity"
{
  "or": [
    "canWallJumpInstantMorph",
    {
      "and": [
        "SpaceJump",
        "Morph",
        {
          "or": [
            "canMidAirMorph",
            "canCarefulJump",
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            },
            {
              "enemyDamage": {
                "enemy": "Boulder",
                "type": "contact",
                "hits": 1
              }
            }
          ]
        }
      ]
    }
  ]
}