Fast Ripper Room: Partial Ripper Farm (Energy)

Room ID: 153

Wiki
From: 1
Left Door
To: 1
Left Door

If Supers are not full, time the collection of energy to force further Energy drops.

Entrance condition:

{
  "comeInNormally": {}
}

Requires:

"ScrewAttack"
"canFarmWhileShooting"
{
  "or": [
    {
      "and": [
        "canPauseAbuse",
        "canInsaneJump",
        {
          "heatFrames": 60
        }
      ]
    },
    {
      "heatFrames": 120
    }
  ]
}
{
  "or": [
    {
      "and": [
        {
          "resourceMissingAtMost": [
            {
              "type": "Super",
              "count": 0
            }
          ]
        },
        {
          "partialRefill": {
            "type": "Energy",
            "limit": 100
          }
        }
      ]
    },
    {
      "partialRefill": {
        "type": "Energy",
        "limit": 70
      }
    }
  ]
}
{
  "heatFrames": 60
}