Sneed

Sneed

Tier A Cost 5

Leader

Horde
AoE
Siege Specialist

Level: 1

Health

const MINIhp = 1040; 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 = 360; 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 = 360; const MINIaspd4 = 3; 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

3

Range

-

Speed

Medium (2)

Duration

-

Radius

-

Sneed Overview

When you are a buzzsaw, all your problems look like trees.

Sneed Leader Ability

 

Sneed Before Greed

Gain 2 Gold when a Siege Damage unit destroys a Tower, captures a Meeting Stone, or opens a Chest.

Sneed Traits

Melee

Strong vs Ranged units.

AoE

Strong vs Squad units.

Armored

50% Physical damage reduction.

Tank

High health unit. Good at soaking Tower damage

Sneed Talent

Mine Is Money, Friend!

Gain the Miner trait.

Best Talent

Lead With Greed

Gain an additional +2 Gold when Sneed triggers Sneed Before Greed.

Land Grab

Gain a level whenever non-passive Gold is earned.

Sneed Build & Deck

Sneed
Darkspear Troll
Stonehoof Tauren
Harpies
S.A.F.E. Pilot
Gryphon Rider
Blackrock Pyromancer

Build Explanation

Sneed requires a reliable ally to provide cover. In the Horde slots, including the essential Stonehoof Tauren is crucial, while the second Horde slot can be effectively filled by the dependable Darkspear Troll.

When it comes to the Siege Damage slot, the preferred option is the Warsong Raider equipped with the formidable Sunder Armor talent. As for the remaining three slots, resembling the choices made for Grommash Hellscream, it is recommended to select two out of the Ranged, Cycle, and Unbound options. Additionally, considering a Squad formation for the Harpies is also a viable strategy.