Red Tower: Leave with Extended Moondance

Room ID: 66

Wiki
From: 1
Top Left Door
To: 3
Bottom Left Door

Freeze a Beetom at head height where Samus can Spinjump into it and begin Moondancing. After 175 Moonfalls, reposition the Beetom to chest height. If needed, the Beetom can be left at the door while Samus moves to the farm bugs.

Requires:

{
  "obstaclesNotCleared": [
    "A"
  ]
}
"canExtendedMoondance"
"canTrickyUseFrozenEnemies"
{
  "enemyDamage": {
    "enemy": "Beetom",
    "type": "contact",
    "hits": 2
  }
}
"h_ExtendedMoondanceBeetomLeniency"

Exit condition:

{
  "leaveWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}

Unlocks doors:

{"types":["missiles","super"],"requires":[]}
{
  "types": [
    "powerbomb"
  ],
  "requires": [
    {
      "or": [
        "canWalljump",
        "h_canFly",
        "canSpringBallJumpMidAir",
        {
          "and": [
            "HiJump",
            "SpeedBooster"
          ]
        }
      ]
    }
  ],
  "note": [
    "Using a Power Bomb here requires leaving the Beetom above and going back for it.",
    "The Power Bomb will destroy the nearby Rippers, which is why there are additional requirements to get back up."
  ]
}