Main Street: Direct G-Mode CF Overload Speed Blocks, Reserve Trigger

Room ID: 172

Wiki
From: 11
G-Mode Junction Below Speed Blocks (Overloaded PLMs)
To: 6
Speed Blocked Item

Samus can Crystal Flash to have enough Energy to take a crab hit or to get some Reserve Energy, but then she will not be able to use X-Ray to exit G-Mode, and will require a Reserve Trigger. The Crystal Flash needs to be done before unmorphing, while being careful not to kill the global crab. Samus then needs to jump into the speed-locked item and hit the crab to trigger Reserves and exit G-Mode. This can be done with HiJump, Gravity, Spring Ball, or Ice. Turn around while inside the item to collect it. Wait for the global crab to get into position. Note that if the crab is arriving too early, it may be possible to slow the crab with Ice or lure the crab from above instead. Alternatively, she may have to wait for the global crab to circle the room.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"canBePatient"
"h_navigateUnderwater"
"h_artificialMorphCrystalFlash"
{
  "or": [
    "Gravity",
    "HiJump",
    "canSpringBallJumpMidAir",
    {
      "and": [
        "canCrouchJump",
        "canTrickyUseFrozenEnemies"
      ]
    }
  ]
}
{
  "autoReserveTrigger": {}
}
{
  "obstaclesCleared": [
    "B"
  ]
}

Dev note: Samus needs to use Bombs or Power Bombs to overload PLMs, so Morph or artificial Morph is already required. FIXME: If Samus has a lot of tanks, it could take too much time to damage down. Ice can be used to take multiple hits from a crab before it leaves.