Blackrock Pyromancer Build Guide

S Tier Cost [cost]

TroopTroop

HordeHorde

AreaOfEffectAoE

RangedRanged

blackrock-pyromancer_body.png

Blackrock Pyromancer Overview

Sometimes you need to light an enemy on fire. She prefers to light them all on fire.

Level: 1

HitPoints Health

const MINIhp = 220; 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 = 170; 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 = 170; const MINIaspd4 = 1.5; 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 });

HealAlly Healing

-

AttackSec Attack Speed

1.5

Ranged Range

8

Movement Speed

-

Duration Duration

-

Radius Radius

-

Blackrock Pyromancer Abilities

Ranged

Ranged

Attacks enemies from a distance.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Blackrock Pyromancer Talent

conflagrate-new
Best Talent

Conflagrate

Splash area is doubled.

pyroblast-new

Pyroblast

Deal triple damage on the first attack.

blaze_of_glory-new

Blaze of Glory

Damage and Burn nearby enemies on death.

Rend Blackhand Best Build

Rend Blackhand lineup has 2 fixed Blackrock slots and 1 Flying slot on top, and the bottom 3 slots are chosen from 6 options from Elemental, Cycle, Tank, Unbound, Ranged and Squard.

Rend Blackhand General Build

This is a common Blackhand deck. The main advancing units are Blackhand combined with Gryphon Rider or Necromancer for sieging. Harpies and Blackrock Pyromancer can assist in the attack while also taking care of defense. The Quilboar and Whelp Eggs, in combination with the Blackhand team, can distract the opponent’s defense tower or anti-air units before the enemy engages.

rend_blackhand
Rend Blackhand
whelp-eggs_body
Whelp Eggs
blackrock-pyromancer_body.png
Blackrock Pyromancer
harpies_body
Harpies
necromancer_body
Necromancer
quilboar_body.png
Quilboar
gryphon-rider_body
Gryphon Rider
// //