Room ID: 93
|
Freeze a Beetom at head height where Samus can Spinjump into it and begin Moondancing. After 175 moonfalls, reposition the Beetom to chest height, then continue dancing. Requires: "canExtendedMoondance"
"canTrickyUseFrozenEnemies"
"h_getBlueSpeedMaxRunway"
{
"enemyDamage": {
"enemy": "Beetom",
"type": "contact",
"hits": 2
}
}
"h_extendedMoondanceBeetomLeniency"Exit condition: {
"leaveWithStoredFallSpeed": {
"fallSpeedInTiles": 2
}
}Unlocks doors: {"types":["ammo"],"requires":[]} |