East Cactus Alley Room: Cacatac Farm

Room ID: 196

Wiki
From: 1
Left Door
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "SpaceJump",
            {
              "and": [
                "canPreciseWalljump",
                "canConsecutiveWalljump"
              ]
            },
            {
              "and": [
                "HiJump",
                "canWalljump"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "canSpaceJumpWaterBounce",
        "canWalljump"
      ]
    }
  ]
}
{
  "resetRoom": {
    "nodes": [
      1
    ],
    "mustStayPut": false
  }
}
{
  "refill": [
    "Super"
  ]
}