Crocomire Speedway: Cross While Farming (2 Cacatacs, Blue Suit)

Room ID: 120

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

Requires:

{
  "haveBlueSuit": {}
}
{
  "or": [
    "HiJump",
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 10
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 10
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 50
        }
      ]
    }
  ]
}
{
  "heatFramesWithEnergyDrops": {
    "frames": 200,
    "drops": [
      {
        "enemy": "Cacatac",
        "count": 2
      }
    ]
  }
}
{
  "heatFrames": 120
}