Colosseum: Mochtroid Ice Climb (Right to Left)

Room ID: 189

Wiki
From: 3
Top Right Door
To: 1
Left Door

Jump out of the sand to lure down mochtroids to freeze. It's recommended to bring a Mochtroid into the middle section of the room. Mochtroid damage is pretty hard to avoid, but can be. Mochtroid movement and freeze timing gets harder at the waterline.

Requires:

"h_canNavigateUnderwater"
{
  "or": [
    "Gravity",
    "HiJump"
  ]
}
"canTrickyJump"
"canPlayInSand"
"canMochtroidIceClimb"
"canCameraManip"
{
  "or": [
    "canInsaneJump",
    {
      "enemyDamage": {
        "enemy": "Mochtroid",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}