Main Street: Direct G-mode Morph, Crystal Flash Interrupt

Room ID: 172

Wiki
From: 10
Direct G-Mode Morph, On Ledge Above Speed Blocks
To: 4
Top Right 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. 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. Samus also needs to be able to manipulate the camera, which can be difficult while morphed. Roll up the hill a bit until the Skultera is close to the wall, then move away so that it is a bit off camera. Crystal Flash while Samus is on one of the two lower sloped tiles and the Skultera is just off camera to the right, in order to lure it back to the left.

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:

{
  "or": [
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ"
      ]
    },
    {
      "and": [
        "Gravity",
        "HiJump",
        "h_artificialMorphSpringBall"
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBall",
        "canGravityJump"
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}
"canCameraManip"
"h_artificialMorphComplexRModeCrystalFlashInterrupt"
{
  "ammo": {
    "type": "Missile",
    "count": 10
  }
}
{
  "ammo": {
    "type": "Super",
    "count": 10
  }
}
{
  "ammo": {
    "type": "PowerBomb",
    "count": 3
  }
}
{
  "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.