Room ID: 34
From: 2
Right Door
To: 4
Junction (Right side Pit)
It is required to avoid double hitting the Skultera with the Power Bomb, and to position the Crystal Flash so that the Skultera can hit Samus from above so it avoids the light orb. To do this, use the bottom-right Skultera, and position Samus against the right pillar, or on the slope in front of the pillar. Place the Power Bomb to hit the fish as it reaches the left wall. If Samus has 75% enemy damage reduction, it is required to Crystal Flash on the sloped tile, otherwise she can use either tile. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
}
}Requires: {
"or": [
{
"and": [
"Gravity",
"h_artificialMorphIBJ"
]
},
{
"and": [
"Gravity",
"h_artificialMorphSpringBall"
]
},
{
"and": [
"HiJump",
"h_artificialMorphSpringBall"
]
}
]
}
"h_artificialMorphComplexRModeCrystalFlashInterrupt"
{
"ammo": {
"type": "Missile",
"count": 10
}
}
{
"ammo": {
"type": "Super",
"count": 5
}
}
{
"or": [
"h_partialEnemyDamageReduction",
{
"resourceAtMost": [
{
"type": "RegularEnergy",
"count": 19
}
]
},
{
"and": [
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 199
}
]
},
{
"resourceCapacity": [
{
"type": "ReserveEnergy",
"count": 199
}
]
}
]
}
]
} |