East Sand Hall: East Sand Hall Cross Room Jump with Ice or Damage Boost

Room ID: 210

Wiki
From: 1
Left Door
To: 4
Junction Below Sand Entrance

Notable: true

Requires a runway of 7 tiles (with no open end) in the adjacent room. Requires two precise inputs of jumping through the doorway and aiming down before hitting the ceiling. Damage boost off of the right Evir in order to land on the first pillar. With Ice, instead freeze the Evir to land on it and avoid the damage. When entering the room with a bad jump, it is possible to perform a midair wiggle to get back to the door platform.

Entrance condition:

{
  "comeInJumping": {
    "speedBooster": false,
    "minTiles": 6.4375
  }
}

Requires:

"canCrossRoomJumpIntoWater"
"canPlayInSand"
"canInsaneJump"
{
  "or": [
    "canTrickyUseFrozenEnemies",
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Evir",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}