Room ID: 66
|
Freeze a Beetom at head height where Samus can spin jump into it and begin moondancing. If needed, the Beetom can be left at the door while Samus moves to the farm bugs. Requires: {
"obstaclesNotCleared": [
"C"
]
}
{
"noBlueSuit": {}
}
{
"or": [
"HiJump",
"SpaceJump",
"canWallJump"
]
}
"canMoondance"
"canCount"
"canTrickyUseFrozenEnemies"
{
"enemyDamage": {
"enemy": "Beetom",
"type": "contact",
"hits": 6
}
}Exit condition: {
"leaveWithStoredFallSpeed": {
"fallSpeedInTiles": 1
}
}Unlocks doors: {"types":["ammo"],"requires":[]} |