Mt. Everest: G-Mode Setup - Frozen Sciser

Room ID: 174

Wiki
From: 5
Top Door
To: 5
Top Door

Lure the crab to the top of the room and freeze it close enough to the corner that it will be able to hit Samus after it thaws. Without Morph, this is much trickier, requiring fairly precise freeze positioning and movement to get onto the crab. Aim down before landing on the crab to avoid triggering the transition. Be sure to touch the transition before it thaws or Samus will be in a falling pose, but late enough that it will be able to rotate around the corner and hit Samus in time.

Requires:

"canBePatient"
{
  "or": [
    {
      "and": [
        "Gravity",
        "SpaceJump"
      ]
    },
    {
      "and": [
        "Gravity",
        "HiJump",
        "canPreciseGrapple"
      ]
    },
    {
      "and": [
        "HiJump",
        "canPreciseGrapple",
        "canSpringBallJumpMidAir",
        "canBeVeryPatient"
      ]
    },
    {
      "and": [
        "HiJump",
        "canGravityJump",
        "canBeVeryPatient"
      ]
    }
  ]
}
"canUpwardGModeSetup"
"canTrickyUseFrozenEnemies"
{
  "or": [
    "Morph",
    "canTrickyGMode"
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Dev note: Without Morph, this is not difficult enough to require canTrickyGMode, but it is easy to fail and the setup is very slow. The patience requirements for these strats are lenient, but there is a good chance of not getting the setup or entering G-mode first try.