Sylvanas Windrunner Build Guide

A Tier Cost [cost]

LeaderLeader

UndeadUndead

SingleTargetOne – Target

RangedRanged

Statue_Sylvanas

Sylvanas Windrunner Overview

A ranged Leader with a powerful bow and arrow. Summons a Banshee on death.

Level: 1

HitPoints Health

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

const MINIdmg = 190; 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 MINIdmg4 = 190; const MINIaspd4 = 1.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

1.3

Ranged Range

8.5

Movement Speed

Medium (2)

Duration Duration

-

Radius Radius

-

Sylvanas Windrunner Abilities

 Leader

Windrunner Warchief

All Undead and Horde Minis gain 30% movement speed near Sylvanas.

Ranged

Ranged

Attacks enemies from a distance.

SingleTarget

One-Target

Strong vs AoE units.

Possession

Haunt

Summon a Banshee on death.

Sylvanas Windrunner Talent

black_arrow
Best Talent

Black Arrow

Pierce through enemies in a line, dealing Elemental damage.

banshees_wail

Banshee’s Wail

Scream on Death, Stunning nearby enemies for 3 seconds.

forsaken_fury

Forsaken Fury

Nearby Horde and Undead Minis gain Fury.

Sylvanas Windrunner Best Build

In Sylvanas build, there are fixed slots for two Undead and one Horde at the top, while the selection range for the three slots at the bottom is currently unknown.

Build Explanation

The Necromancer can reliably occupy one of the Undead slot. Being the most excellent minis in the Undead faction, it can benefit from Sylvanas’s speed aura. We also need a front-row unit. The 4-cost Stonehoof Tauren is recommended. It can knock down the opponent’s back-row, but it lacks AoE capabilities, making Sylvanas’s “Black Arrow “talent a must-have.Another recommendation for the Undead slot is the Skeleton with the “Exhume” talent. As a low-cost, high-value Unbound tower support unit, it is very suitable for Sylvanas build.

The three slots at the bottom are still unknown (we’ll have to wait for the Undead week to find out). The temporary recommended units include: Bat Rider, a cost-effective ground AoE unit, because Sylvanas’s anti-air capabilities are already quite strong. Quilboar, which can provide remote support and serve as a elemental tank. The last slot is for the S.A.F.E. Pilot, who also has the ability to provide remote support and strong AoE ability.

 

sylvanas_windrunner
Sylvanas Windrunner
necromancer_body
Necromancer
skeletons_body
Skeleton
stonehoof-tauren_body
Stonehoof Tauren
Bat Rider_body
Bat Rider
safe-pilot_body.png
S.A.F.E. Pilot
quilboar_body
Quilboar
// //