Three Musketeers' Room: Hitbox the Kihunters

Room ID: 148

Wiki
From: 4
Junction Above Bomb Block
To: 1
Top Left Door

Wait for the Kihunters to move away from where Samus will jump up. This may mean Hitboxing through the middle Kihunter multiple times.

Requires:

"canDash"
"h_PlasmaHitbox"
"canTrickyDodgeEnemies"
{
  "or": [
    "canInsaneJump",
    {
      "enemyDamage": {
        "enemy": "Kihunter (red)",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 410
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 460
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 360
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        "canInsaneJump",
        {
          "heatFrames": 490
        }
      ]
    }
  ]
}
{
  "or": [
    "canBeLucky",
    {
      "heatFrames": 130
    }
  ]
}
{
  "or": [
    "Wave",
    {
      "heatFrames": 40
    }
  ]
}

Clears obstacles: A, B