Maiev Shadowsong

Maiev Shadowsong

Tier A Cost 6

Leader

Alliance
AoE
Melee

Level: 1

Health

const MINIhp = 620; 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 = 160; 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 });

Fan Damage

const fandmg = 300; const fan_dmg = document.getElementById('mini'); const fandmgdata = document.getElementById('fandmgdata'); fan_dmg.addEventListener('input', updatefandmg); function updatefandmg(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentFANDMG = Math.round(fandmg * levelMultiplier); fandmgdata.textContent = `${currentFANDMG}`; } updatefandmg({ target: fan_dmg });

DPS

const MINIdmg4 = 160; 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

-

Duration

-

Radius

-

Maiev Shadowsong Overview

Wield the shadows and strike like the wind.

Maiev Shadowsong Leader Ability

 

Master Assassin

Maiev’s cost is reduced by 1 for each Unbound troop you play.

Maiev Shadowsong Traits

Melee

Strong vs Ranged units.

AoE

Strong vs Squad units.

Stealth

Invisible to enemies until it attacks or is damaged.

Unbound

Can be played anywhere on the map.

Maiev Shadowsong Talent

Enveloping Shadows

Cast Smoke Bomb on deploy, Stealthing nearby allies.

Shadowstep

Periodically teleport to a Ranged attacker when hit.

Best Talent

Remorseless

Deal double damage for 2 seconds after killing an enemy.

Maiev Shadowsong 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.