Room ID: 173
From: 4
Top Left Door
To: 1
Bottom Left Door
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, Crystal Flash on the left-most flat tile just in front of the door and time the Power Bomb so that its first hit is when the Skultera is near 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. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
},
"comesThroughToilet": "no"
}Requires: "h_artificialMorphComplexRModeCrystalFlashInterrupt"
{
"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
}
]
}
]
}
]
}Dev note: FIXME: A 75% damage reduction method needs to be documented for if Samus only has Gravity and it provides 75% reduction. |