Room ID: 148
        
        From: 4 
    Junction Above Bomb Block 
        To: 1 
Top Left Door 
 Jump over the first KiHunter and attempt to either use i-frames to pass through the top KiHunter, or dodge it if possible. Requires: "h_navigateHeatRooms"
{
  "or": [
    "canWalljump",
    "HiJump"
  ]
}
"canTrickyJump"
{
  "or": [
    {
      "and": [
        "canInsaneJump",
        "canUseIFrames",
        {
          "enemyDamage": {
            "enemy": "Kihunter (red)",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Kihunter (red)",
            "type": "contact",
            "hits": 2
          }
        },
        {
          "heatFrames": 30
        }
      ]
    }
  ]
}
{
  "heatFrames": 470
}Clears obstacles: A  |