Green Brinstar Beetom Room: Leave with Extended Moondance

Room ID: 50

Wiki
From: 1
Left Door
To: 1
Left Door

Freeze a Beetom at head height where Samus can Spinjump into it and begin Moondancing. After 195 moonfalls, reposition the Beetom to chest height, then continue dancing.

Requires:

"canExtendedMoondance"
"canTrickyUseFrozenEnemies"
{
  "enemyDamage": {
    "enemy": "Beetom",
    "type": "contact",
    "hits": 2
  }
}
"h_ExtendedMoondanceBeetomLeniency"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Beetom",
        "type": "contact",
        "hits": 8
      }
    },
    {
      "ammo": {
        "type": "Missile",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    }
  ]
}

Exit condition:

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