East Pants Room: Puyo Farm (3 Puyos)

Room ID: 322

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

{
  "resetRoom": {
    "nodes": [
      2
    ]
  }
}
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            {
              "and": [
                "Plasma",
                {
                  "cycleFrames": 230
                }
              ]
            },
            {
              "and": [
                "Grapple",
                {
                  "cycleFrames": 270
                }
              ]
            },
            {
              "and": [
                "Wave",
                {
                  "cycleFrames": 300
                }
              ]
            },
            {
              "and": [
                "Spazer",
                {
                  "cycleFrames": 330
                }
              ]
            },
            {
              "and": [
                "canDodgeWhileShooting",
                {
                  "cycleFrames": 650
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "canSuitlessMaridia",
        "canDodgeWhileShooting",
        {
          "or": [
            "h_crouchJumpDownGrab",
            "HiJump"
          ]
        },
        {
          "or": [
            {
              "and": [
                "Grapple",
                {
                  "cycleFrames": 530
                }
              ]
            },
            {
              "cycleFrames": 890
            }
          ]
        }
      ]
    }
  ]
}

Farm cycle drops: 3 Puyo

Dev note: More Puyos could be farmed at the bottom of the room, but it doesn't seem worth modeling.