Jaina Proudmoore Stats

Jaina Proudmoore

Tier A Cost 3

Leader

Alliance
One - Target
Ranged

Level: 1

Health

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

Area Damage

-

DPS

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

7

Speed

-

Duration

-

Radius

-

Jaina Proudmoore Overview

Jaina makes her own bling

Jaina Proudmoore Leader Ability

 

Arcane Brilliance

Increases the Level of your Spells by 3 while Jaina is in play.

Jaina Proudmoore Traits

Ranged

Attacks enemies from a distance.

One-Target

Strong vs AoE units.

Elemental

Deals elemental damage. Strong vs Armored.

Frost

Frost damage slows enemy movement and attack speed.

Jaina Proudmoore Talent

Best Talent

Blink

Periodically teleport away from attackers.

Clearcasting

Spells cost 1 less (but no less than 1) if played immediately after Jaina.

Flurry

Frostbolts burst on impact, Frosting enemies near the target.

Jaina Proudmoore Build & Deck

Jaina Proudmoore
Worgen
S.A.F.E. Pilot
Arcane Blast
Blackrock Pyromancer
Harpies
Gnoll Brute

Build Explanation

The spell Arcane Blast is essentially custom-made for Jaina. When equipped by Jaina, it creates a synergy where the combined effect is greater than the sum of its parts. When paired with Unbound, this strategy offers potent area-of-effect (AoE) clear and long-range tower pressuring capabilities. It’s also a suitable approach for tackling many hard-to-push bosses, though it may reduce the carrying capacity of advancing units. 

This build requires units with high single-target damage, such as Gargoyles or various high-cost ground tanks. In short, after equipping Arcane Blast in the Spell slot for this strategy, the second Alliance slot can host the Worgen, useful for securing distant treasures, eliminating individual enemies weakened by AoE, assisting in tower pressure and battling bosses. The final 2 slots can be selected from Tank, Elemental, and Unbound categories, where a combination of Gnoll Brute and Blackrock Pyromancer can be utilized.