Room ID: 172
From: 4
Top Right Door
To: 9
Junction Below Speed Blocks
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. This is particularly precise because the fish is not global, which makes it so Samus needs to be closer to the fish when laying the Power Bomb. Moonwalk to move the camera to the right, but not all the way. The Skultera should be able to move back and forth while Samus is on one of the two lower sloped tiles. Crystal Flash and time the Power Bomb so that its first hit is when the Skultera is against the right wall. This can be done with no enemy damage reduction and up to 2 E-Tanks or a 50% enemy damage reduction and no E-Tanks; a 75% reduction is not recommended and would require disabling and reenabling suits with a precise pause abuse. Requires: {
"obstaclesCleared": [
"R-Mode"
]
}
"canCameraManip"
"canMoonwalk"
"canComplexRModeCrystalFlashInterrupt"
{
"ammo": {
"type": "Missile",
"count": 10
}
}
{
"ammo": {
"type": "Super",
"count": 10
}
}
{
"or": [
"h_partialEnemyDamageReduction",
{
"resourceAtMost": [
{
"type": "RegularEnergy",
"count": 19
}
]
},
{
"and": [
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 199
}
]
},
{
"resourceCapacity": [
{
"type": "ReserveEnergy",
"count": 199
}
]
}
]
}
]
}Resets obstacles: R-Mode Dev note: FIXME: A 75% damage reduction method needs to be documented for if Samus only has Gravity and it provides 75% reduction. If there were another node near the fish, that could reduce a small amount of duplication. |