Stonehoof Tauren Build Guide

SS Tier Cost [cost]

TroopTroop

HordeHorde

SingleTargetOne – Target

MeleeMelee

stonehoof-tauren_body

Stonehoof Tauren Overview

An exceptionally beefy bruiser that will Charge into battle, and even Charge while she’s in battle!

Level: 1

HitPoints Health

const MINIhp = 1720; 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 Damage

const MINIdmg = 150; 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 });

areaDamage Area Damage

-

DamageSec DPS

const MINIdmg = 150; 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 });

HealAlly Healing

-

AttackSec Attack Speed

1.8

Ranged Range

-

Movement Speed

Medium (2)

Duration Duration

-

Radius Radius

-

Stonehoof Tauren Abilities

Melee

Melee

Strong vs Ranged units.

SingleTarget

One-Target

Strong vs AoE units.

Charge

Charge

Charges to enemy targets.

Tank

Tank

High health unit. Good at soaking Tower damage

Stonehoof Tauren Talent

pummel

Pummel

After connecting a charge, Stun the target for 3 seconds.

momentum
Best Talent

Momentum

After connecting a charge, immediately charge a second time if possible.

provoke

Provoke

After connecting a charge, Taunt nearby enemies.

Grommash Hellscream Best Build

Grommash Hellscream has 2 fixed Horde slots and 1 Squad slot. The bottom 3 slots are chosen from 7 options: Unbound, Cycle, Ranged, Fast, Flying, Spell, Horde, excluding Elemental, Tank, and Siege Damage slots.

Grommash Hellscream General Build

For the Horde slots, the preferred choices are the Stonehoof Tauren and Darkspear Troll. For the Squad slot, the preferred choice is the Harpies. These are all high-quality units. For the bottom 3 slots, Unbound, Cycle, and Ranged are recommended, with Spells depending on your needs. For the Unbound slot, the S.A.F.E. Pilot is the first choice. For the Cycle slot, the choices are still Griffin, Murloc Tidehunters, and Quilboar. For the Ranged slot, Necromancer, Blackrock Pyromancer and Frostwolf Shaman are all options.

Grommash Hellscream, in particular, needs to pay attention to positioning. He needs other troops to provide him with enough cover to successfully attack the target.

grommash_hellscream-large copy
Grommash Hellscream
stonehoof-tauren_body.png
Stonehoof Tauren
darkspear-troll_body
Darkspear Troll
harpies_body
Harpies
gryphon-rider_body
Gryphon Rider
safe-pilot_body.png
S.A.F.E. Pilot
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //