Cairne Bloodhoof Build Guide

A Tier Cost [cost]

LeaderLeader

HordeHorde

AreaOfEffectAoE

MeleeMelee

Cairne Bloodhoof_body

Cairne Bloodhoof Overview

The original Elite Tauren Chieftain

 

Level: 1

HitPoints 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 });

DamageDamage

-

areaDamage 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 });

DamageSec 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 });

HealAlly Healing

-

AttackSec Attack Speed

2.5

Ranged Range

-

Movement Speed

-

Duration Duration

-

Radius Radius

-

Cairne Bloodhoof Abilities

 Leader

Earthen Might

Your Horde troops have 20% increased Health.

Melee

Melee

Strong vs Ranged units.

AreaOfEffect

AoE

Strong vs Squad units.

Stun

Attack Stun

Attack stuns enemies.

Tank

Tank

High health unit. Good at soaking Tower damage

Cairne Bloodhoof Talent

reincarnation

Reincarnation

After death, Resurrect at 50% health, once.

plainsrunning

Plainsrunning

Move 50% faster and gain the Fast trait.

aftershock

Aftershock

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

Cairne Bloodhoof Best Build

Cairne Bloodhoof has 2 fixed Horde slots and 1 Ranged slot. The bottom 3 slots are chosen from 8 options: Elemental, Cylce, Horde, Fast, Flying, Squad, Siege, Spell, excluding Tank and Unbound slots.

Cairne Bloodhoof General Build

Looking at the 2 Horde slots first, Cairne Bloodhoof himself has AoE abilities. The Troll Spear Thrower from the Horde, with its ultra-long range and high single-target damage output, can steadily occupy one Horde slot. The ultimate Voodoo talent combined with the Cairne Bloodhoof leader ability ensures survival. The second Horde slot is still recommended to choose the Stonehoof Tauren, which can destroy enemy’s back-line units. The Ranged slot can choose from Necromancer, the most cost-effective Blackrock Pyromancer, or the expensive but powerful Ogre Mage.

Since the top 3 slots all cost around 4, Cycle and Elemental is must-choose for bottom slots. The Cycle slot is recommended for the Murloc Tidehunters, Gryphon Rider, and the Elemental slot is recommended for the S.A.F.E. Pilot, to solve the enemy’s back-line or grab distant chests.

cairne_bloodhoof
Cairne Bloodhoof
stonehoof-tauren_body.png
Stonehoof Tauren
darkspear-troll_body
Darkspear Troll
blackrock-pyromancer_body.png
Blackrock Pyromancer
harpies_body
Harpies
safe-pilot_body.png
S.A.F.E. Pilot
Murloc-tidehunters_body
Murloc Tidehunters
// //