Worgen

Worgen

Tier A Cost 3

Troop

Alliance
One - Target
Melee

Level: 1

Health

const MINIhp = 340; 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 = 130; 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 = 130; const MINIaspd4 = 0.8; 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

0.8

Range

-

Speed

Med-Fast (3)

Duration

-

Radius

-

Worgen Overview

This Stealthy predator assassinates annoying Ranged units. Play him anywhere and tear their support apart!

Worgen Traits

Melee

Strong vs Ranged units.

One-Target

Strong vs AoE units.

Ambush

Double damage when attacking from Stealth.

Stealth

Invisible to enemies until it attacks or is damaged.

Unbound

Can be played anywhere on the map.

Worgen Talent

Lone Wolf

On deploy, grant +1 gold if no allies are nearby.

Best Talent

Premeditation

Increase Ambush damage by 50%.

Frenzy

 

On kill, gain Bloodlust for 10 seconds.

Worgen Build & Deck

Maiev Shadowsong
S.A.F.E. Pilot
Worgen
Whelp Eggs
Quilboar
Smoke Bomb
Harpies

Build Explanation

The inclusion of the S.A.F.E., Worgen, and Whelp Egg in the top three slots is absolutely necessary and non-negotiable. Additionally, the Cycle slot holds significant importance and should feature two high-quality Unbound units, such as the Quilboar. A dedicated Fast slot should be allocated for the Harpies.

In this particular build, the Smoke Bomb serves a dual purpose. It not only synergizes with Maiev but also forms a potent combo with the Worgen, enhancing single-target bursts. It’s important to note that the Worgen possesses a significantly faster attack speed than Maiev. Thus, precise timing is crucial when deploying the Smoke Bomb alongside the Worgen.

Without proper coordination, there is a risk of wasting the Smoke Bomb if the Worgen attacks and reveals itself just as it is deployed. However, with practice and careful timing, if you manage to cover both the Worgen and Maiev simultaneously, you will maximize the benefits derived from the Smoke Bomb.