Caterpillar Room: Cacatac and Zero Farm

Room ID: 75

Wiki
From: 5
Top Right Door (Through Morph Tunnel)
To: 5
Top Right Door (Through Morph Tunnel)

Requires:

{
  "ammo": {
    "type": "Super",
    "count": 1
  }
}
"Morph"
{
  "resetRoom": {
    "nodes": [
      5
    ]
  }
}
{
  "cycleFrames": 1340
}
{
  "or": [
    "canWalljump",
    "HiJump",
    "SpaceJump",
    {
      "and": [
        "canDoubleBombJump",
        {
          "cycleFrames": 140
        },
        {
          "or": [
            {
              "cycleFrames": 140
            },
            "h_crouchJumpDownGrab"
          ]
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "cycleFrames": 40
        },
        "h_doubleEquipmentScreenCycleFrames",
        {
          "or": [
            "h_crouchJumpDownGrab",
            {
              "and": [
                {
                  "cycleFrames": 40
                },
                "h_doubleEquipmentScreenCycleFrames"
              ]
            }
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    "Wave",
    "Spazer",
    "Plasma",
    {
      "cycleFrames": 250
    }
  ]
}

Resets obstacles: A, B

Farm cycle drops: 2 Cacatac, 3 Zero

Dev note: It is possible to roll off of the platform above to avoid a mid-air morph. FIXME: add a Cac-only farm since it can be done with fewer requirements.