Bloodmage Thalnos Build Guide

B Tier Cost [cost]

LeaderLeader

UndeadUndead

AreaOfEffectAoE

RangedRanged

Bloodmage Thalnos_body

Bloodmage Thalnos Overview

Blood magic is thicker than water magic.

Level: 1

HitPoints Health

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

-

areaDamage Area Damage

const MINIdmg = 150; 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 = 150; 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 });

Damage Percent DPS

-

AttackSec Attack Speed

1.4

Ranged Range

8.5

Movement Speed

Slow (1.5)

Duration Duration

-

Radius Radius

-

Bloodmage Thalnos Abilities

 Leader

Dark Ritual

Thalnos gains 1 Level for each Spell you play, until death.

Ranged

Ranged

Attacks enemies from a distance.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Bloodmage Thalnos Talent

drain_life

Drain Life

Gain Lifesteal.

bane

Bane

Playing a spell increases attack speed by 30% for 5 seconds.

dominance
Best Talent

Dominance

Spells costing 4 or more grant an additional level.

Bloodmage Thalnos Best Build

In the Bloodmage Thalnos lineup, the top has 2 fixed Undead slots and 1 Spell slot, and the bottom 3 slots are chosen from 7 options from Elemental, Cycle, Tank, Unbound, Squad, Fast, and Undead. The Bloodmage Thalnos’s team does not have Siege Damage, Flying, or Ranged slots.

Bloodmage Thalnos General Build

The build of the Bloodmage Thalnos is constructed around the front-line. As a squishy back-line unit that benefits more the longer it survives, it is necessary to carry a Tank. Therefore, when the Undead slot does not need to carry a functional unit, it can carry a combination of the Necromancer and Abomination, or the Necromancer and Ghoul. Carrying the Abomination in the front line is more stable, and the Abomination can also restrain the opponent’s back line, but the cost of Abomination is high and more suitable for PvE situations. Elemental and Unbound slots can still be the first choice and carry the S.A.F.E. Pilot and Whelp Eggs. The choice of carrying the Harpies in the Squad/Fast slot or the Gryphon Rider in the Cycle slot is also common, which can make up for the lack of output to single high-health targets. Blizzard is very powerful, securing the position of the strongest spell card.

bloodmage_thalnos
Bloodmage Thalnos
necromancer_body
Necromancer
Abomination_body
Abomination
Blizzard_body
Blizzard
S.A.F.E. Pilot Build
S.A.F.E. Pilot
harpies_body
Harpies
gryphon-rider_body
Gryphon Rider
// //