Crocomire Escape: Croc Escape Ice Only Geruta Platforming

Room ID: 121

Wiki
From: 2
Right Door
To: 3
Item

Notable: true

Ride the Geruta left to reach the missile location by freezing it repeatedly. Stay on its left side when it touches the ceiling for the enemy to continue moving forward. It may not be possible to climb back up to the Geruta if Samus falls. When it moves towards the ceiling, reset Samus' fall speed using an unmorph or by taking knockback damage, in order to wait for the Geruta to fall low enough to refreeze.

Requires:

"canTrickyUseFrozenEnemies"
"canCarefulJump"
{
  "or": [
    "canResetFallSpeed",
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Geruta",
            "type": "contact",
            "hits": 3
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 3000
}