Room ID: 50
From: 2
Right Door
To: 2
Right 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, then continue dancing. Requires: {
"noBlueSuit": {}
}
"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
}
} |