Skeleton Party Build Guide

B Tier Cost [cost]

TroopTroop

UndeadUndead

SquadSquad

MeleeMelee

RangedRanged

skeleton-party_body

Skeleton Party Overview

A Frosty surprise for any location! Raise a Squad of Ranged and Melee Skeletons to assist with any skirmish.

Level: 1

HitPoints Health

const MINIhp = 200; 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 = 46; 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 = 46; const MINIaspd4 = 1.4; 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 });

AttackSec Attack Speed

1.4

Ranged Range

7

Skeleton Party Abilities

Melee

Melee

Strong vs Ranged units.

Squad

Squad

Strong vs One-Target units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Frost

Frost

Frost damage slows enemy movement and attack speed.

Unbound

Unbound

Can be played anywhere on the map.

Skeleton Party Talent

5-man
Best Talent

5-Man

Summons a Skeleton Tank, Rogue, Priest, and 2 Mages.

corpse_run

Corpse Run

Gain +1 level for each deploy after the first. (Maximum +3 levels)

ritual_of_rime

Ritual of Rime

Summon 5 Skeleton Mages who guard the deploy location.

Skeleton Party Best Build

Always use Skeleton Party with Ranged unit to achieve highest damage output and survivability.

Build Explanation

TBC

Portrait_Leader_Jaina.png
Rend Blackhand
ArcaneBlast_body.png
Arcane Blast
safe-pilot_body.png
S.A.F.E. Pilot
Chain-Lightning_body.png
Chain Lightning
Prowler Build
Prowler
Ogre Mage build
Ogre Mage
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //