Room ID: 127
From: 2
Right Vertical Door
To: 6
G-Mode Morph Junction (At Speed Blocks)
With Bombs, killing the Mellas can be a bit tricky; it is recommended to use one to boost and place some midair before luring a Mella to more easily kill it. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
},
"comesThroughToilet": "any"
}Requires: {
"or": [
"h_artificialMorphSpringBall",
{
"and": [
"h_artificialMorphBombs",
"canTrickyDodgeEnemies"
]
},
{
"and": [
"h_artificialMorphBombs",
{
"enemyDamage": {
"enemy": "Mella",
"type": "contact",
"hits": 1
}
}
]
}
]
} |