Room ID: 149
        
        From: 5 
    Bottom Junction Right of Morph Tunnel 
        To: 2 
Bottom Right Door 
 Wait for the Magdollite to attack then either use it for i-frames, or jump over the swooping Holtzes. Requires: "h_navigateHeatRooms"
{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "canHorizontalDamageBoost",
        "canUseIFrames",
        {
          "enemyDamage": {
            "enemy": "Magdollite",
            "type": "flame",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 375
} |