Room ID: 34
From: 4
Junction (Right side Pit)
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. Requires: {
"obstaclesCleared": [
"R-Mode"
]
}
"canComplexRModeCrystalFlashInterrupt"
{
"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
}
]
}
]
}
]
}
{
"or": [
"Gravity",
"HiJump",
"canSpringBallJumpMidAir",
"canUseFrozenEnemies"
]
}Resets obstacles: R-Mode Dev note: FIXME: The movement items are to get to and from the fish spot. Other options could be added, such as using the spark to get to 2 or 3. |