Red Kihunter Shaft: Power Bombs

Room ID: 137

Wiki
From: 6
Inside Morph Tunnel (Right of Left Bomb Blocks)
To: 7
Junction At Middle Right Door With Bottom KiHunter Cleared

Watch for the KiHunter to move right before jumping up to get a safe predicatable swoop.

Requires:

"h_canNavigateHeatRooms"
"Morph"
{
  "ammo": {
    "type": "PowerBomb",
    "count": 2
  }
}
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        "canCarefulJump",
        {
          "heatFrames": 90
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Kihunter (red)",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "heatFrames": 400
}