Warsong Grunts

Warsong Grunts

Tier B Cost 5

Troop

Horde
Squad
Melee

Level: 1

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

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

Area Damage

-

DPS

const MINIdmg4 = 80; const MINIaspd4 = 1.6; 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

1.6

Range

-

Speed

Medium (2)

Duration

-

Radius

-

Warsong Grunts Overview

While slow and steady at the start, this Squad of fighters will speed up, Furiously slashing at frightened foes.

Warsong Grunts Traits

Melee

Strong vs Ranged units.

Squad

Strong vs One-Target units.

Fury

Attack speed increases while in combat.

Tank

High health unit. Good at soaking Tower damage

Warsong Grunts Talent

Blood Pact

When a Grunt dies, the other gains Bloodlust.

Guard Duty

Remain at deploy location until entering combat.

Best Talent

Command

Nearby Beast allies deal 30% additional Damage.

Warsong Grunts Build & Deck

Baron Rivendare
Skeletons
Skeletons Party
Harpies
Fire Elemental
Quilboar
Blackrock Pyromancer

Stats

gold

3 Avg. Cost

Damage

105 Avg. Dmg

HitPoints

499 Avg. Health

DamageSec

67 Avg. DPS

Build Explanation

TBC