Sneed Build Guide

A Tier Cost [cost]

LeaderLeader

HordeHorde

AreaOfEffectAoE

SiegeSiege Specialist

sneed_body

Sneed Overview

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

Level: 1

HitPoints 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 Crash Damage

-

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

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

Damage Percent DPS

-

AttackSec Attack Speed

3

Ranged Range

-

Movement Speed

Medium (2)

Duration Duration

-

Radius Radius

-

Sneed Abilities

 Leader

Sneed Before Greed

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

Melee

Melee

Strong vs Ranged units.

AreaOfEffect

AoE

Strong vs Squad units.

Armored

Armored

50% Physical damage reduction.

Tank

Tank

High health unit. Good at soaking Tower damage

Sneed Talent

Sneed_talent_mine_is_money_friend

Mine Is Money, Friend!

Gain the Miner trait.

sneed_talent_selfdestruct
Best Talent

Lead With Greed

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

Sneed_talent_land_grab

Land Grab

Gain a level whenever non-passive Gold is earned.

Sneed Best Build

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

Build Explanation

Sneed needs someone to cover hi. For the Horde slots, Stonehoof Tauren is a must-have, and the second Horde slot: the Darkspear Troll is still a good choice.

For the Siege Damage slot, the preferred choice is the Warsong Raider with the Sunder Armor talent . For the bottom 3 slots, like the Grommash Hellscream, choose 2 out of Ranged, Cycle, and Unbound. You can also pick a Squad for the Harpies.

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