Crocomire Speedway: Cross While Farming (2 Cacatac)

Room ID: 120

Wiki
From: 6
Bottom Right Junction
To: 5
Top Right Door

Kill both Cacatacs and collect their drops along the way. There will be a risk of a spike hit unless the first Cacatac is safely killed from below.

Requires:

{
  "or": [
    "canInsaneJump",
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Cacatac",
            "type": "spike",
            "hits": 1
          }
        },
        {
          "heatFrames": 20
        }
      ]
    },
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "heatFrames": 40
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "Plasma",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 115,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        {
          "ammo": {
            "type": "Missile",
            "count": 1
          }
        },
        {
          "heatFramesWithEnergyDrops": {
            "frames": 135,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        "Grapple",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 135,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        "Wave",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 145,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        "Spazer",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 145,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        "ScrewAttack",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 165,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        }
      ]
    },
    {
      "and": [
        {
          "heatFramesWithEnergyDrops": {
            "frames": 195,
            "drops": [
              {
                "enemy": "Cacatac",
                "count": 2
              }
            ]
          }
        },
        {
          "or": [
            "canBeVeryPatient",
            {
              "enemyDamage": {
                "enemy": "Cacatac",
                "type": "spike",
                "hits": 1
              }
            },
            {
              "heatFrames": 30
            }
          ]
        }
      ]
    }
  ]
}
{
  "heatFrames": 65
}