Crab Hole: Sciser Farm

Room ID: 201

Wiki
From: 2
Bottom Left Door
To: 2
Bottom Left Door

Requires:

"h_navigateUnderwater"
{
  "or": [
    {
      "resetRoom": {
        "nodes": [
          2
        ]
      }
    },
    {
      "and": [
        {
          "resetRoom": {
            "nodes": [
              3
            ]
          }
        },
        {
          "cycleFrames": 80
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canUseGrapple",
        {
          "cycleFrames": 95
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "ScrewAttack",
        {
          "cycleFrames": 120
        }
      ]
    },
    {
      "and": [
        "Plasma",
        {
          "cycleFrames": 150
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "canPseudoScrew",
        {
          "cycleFrames": 170
        }
      ]
    },
    {
      "and": [
        "Wave",
        {
          "cycleFrames": 180
        }
      ]
    },
    {
      "and": [
        "Spazer",
        {
          "cycleFrames": 200
        }
      ]
    },
    {
      "and": [
        "Ice",
        {
          "cycleFrames": 240
        }
      ]
    },
    {
      "cycleFrames": 300
    }
  ]
}

Farm cycle drops: 1 Sciser

Dev note: More than one Sciser could be farmed, but in most scenarios it seems not worth it. Gravity can also slightly speed up some other variants but not enough to be worth modeling.