Red Tower: Red Tower Frozen Beetom Ice Climb

Room ID: 66

Wiki
From: 1
Top Left Door
To: 9
Junction (Top Rippers)

Notable: true

Freeze the Beetom and use it as a platform to climb the room without wall jumps. This can be done with well-timed Flatley jumps on top of the frozen Beetom, by turning around and spin jumping just as it unfreezes. This can be made easier (at the cost of some additional Beetom hits) with a pause-buffer method: Press pause, and begin a turn-around just before the pause hits; unequip Ice to immediately unfreeze the Beetom; unpause and press jump quickly after control resumes, but without buffering the input. For the top two jumps, it is possible to reduce the risk of damage by freezing the Beetom against the wall: in case of a failure due to an early (e.g. buffered) jump, the Beetom may stay stuck wiggling in the wall, and then it can be refrozen without needing to take damage to reposition it.

Requires:

"canTrickyUseFrozenEnemies"
"canFlatleyJump"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Beetom",
        "type": "contact",
        "hits": 9
      }
    },
    {
      "and": [
        "canInsaneJump",
        {
          "enemyDamage": {
            "enemy": "Beetom",
            "type": "contact",
            "hits": 4
          }
        }
      ]
    },
    {
      "and": [
        "canBeVeryPatient",
        {
          "enemyDamage": {
            "enemy": "Beetom",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "refill": [
            "Energy"
          ]
        }
      ]
    }
  ]
}