Cairne Bloodhoof

Cairne Bloodhoof

Tier A Cost 5

Leader

Horde
AoE
Melee

Level: 1

Health

const MINIhp = 1700; const mini_hp = document.getElementById('mini'); const minidata = document.getElementById('minidata'); mini_hp.addEventListener('input', updateMinidata); function updateMinidata(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentHP = Math.round(MINIhp * levelMultiplier); minidata.textContent = `${currentHP}`; } updateMinidata({ target: mini_hp });

Damage

-

Area Damage

const MINIdmg = 160; const mini_dmg = document.getElementById('mini'); const damageValue = document.getElementById('damageValue'); mini_dmg.addEventListener('input', updateDamage); function updateDamage(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentDmg = Math.round(MINIdmg * levelMultiplier); damageValue.textContent = `${currentDmg}`; } updateDamage({ target: mini_dmg });

DPS

const MINIdmg4 = 160; const MINIaspd4 = 2.5; const mini4 = document.getElementById('mini'); const dpsValue4 = document.getElementById('dpsValue4'); const levelValue4 = document.getElementById('mini-value'); mini4.addEventListener('input', updateDPS4); function updateDPS4(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentDamage = Math.round(MINIdmg4 * levelMultiplier); const currentDPS = (currentDamage / MINIaspd4).toFixed(1); dpsValue4.textContent = `${currentDPS}`; levelValue4.textContent = `${selectedLevel}`; } // Trigger updateDPS4 function initially updateDPS4({ target: mini4 });

Percent DPS

-

Attack Speed

2.5

Range

-

Speed

-

Duration

-

Radius

-

Cairne Bloodhoof Overview

The original Elite Tauren Chieftain

Cairne Bloodhoof Leader Ability

 

Earthen Might

Your Horde troops have 20% increased Health.

Cairne Bloodhoof Traits

Melee

Strong vs Ranged units.

AoE

Strong vs Squad units.

Attack Stun

Attack stuns enemies.

Tank

High health unit. Good at soaking Tower damage

Cairne Bloodhoof Talent

Best Talent

Reincarnation

After death, Resurrect at 50% health, once.

Plainsrunning

Move 50% faster and gain the Fast trait.

Aftershock

When Stun expires, affected enemies are Dazed for 5 seconds.

Cairne Bloodhoof Build & Deck

Cairne Bloodhoof
Stonehoof Tauren
Darkspear Troll
Blackrock Pyromancer
Stonehoof Tauren
S.A.F.E. Pilot
Murloc Tidehunters

Build Explanation

Focusing first on the two Horde slots, Cairne Bloodhoof, with his area-of-effect (AoE) abilities, is a strong choice. The Troll Spear Thrower from the Horde, boasting exceptional range and high single-target damage, can reliably occupy one Horde slot. The ultimate Voodoo talent in combination with Cairne Bloodhoof’s leader ability ensures survival. The second Horde slot is still best filled with the Stonehoof Tauren, capable of demolishing the enemy’s back-line units. The Ranged slot can be filled with the highly cost-effective Necromancer, the affordable yet potent Blackrock Pyromancer, or the pricier but powerful Ogre Mage.

Given that the top 3 slots all have costs around 4, the lower slots must include Cycle and Elemental. The Cycle slot is best filled with the Murloc Tidehunters or Gryphon Rider, while the Elemental slot should go to the S.A.F.E. Pilot to deal with enemy back-line units or secure distant chests.