Holy Nova Build Guide

A Tier Cost [cost]

TroopTroop

AllianceAlliance

AreaOfEffectAoE

SpellSpell

holy-nova_body

Holy Nova Overview

Bathe friend and foe in holy light, Healing allies and damaging enemies to turn the tide of battle!

Level: 1

HitPoints Health

-

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

-

HealAlly Healing

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

AttackSec Attack Speed

-

Ranged Range

-

Movement Speed

-

Duration Duration

-

Radius Radius

5

Holy Nova Abilities

Spell

Spell

Cast anywhere on the map.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Holy Nova Talent

inner_fire-new
Best Talent

Inner Fire

Affected allies gain Armored and Resist for 5 seconds.

renew-new

Renew

Also adds a heal over time to allies.

amplify_magic-new

Amplify Magic

Effects are doubled on all Elemental minis.

Holy Nova Best Build

Holy Nova lineup has 2 fixed Blackrock slots and 1 Elemental slot on top, and the bottom 3 slots are chosen from 7 options from Flying, Cycle, Ranged, Unbound, Spell, Blackrock, and Fast. The team does not have Siege Damage, Tank, or Squad units.

Holy Nova General Build

For the three slots below the General Drakkisath, it is recommended to pair a Spell slot with the Amplify Magic talent’s Holy Nova, which is an underused spell. However, after purchasing the Amplify Magic talent, which doubles the effect on Elemental targets, it works very well with the General Drakkisath’s Elemental team and can better restrict the opponent’s Elemental units.

The Whelp Egg can also be replaced with a Fire Elemental as needed to alleviate the pressure on the General Drakkisath’s front row.

When the General Drakkisath and Fire Elemental are in the double front row, the Gryphon Rider needs to keep up with the anti-air defense in time. Of course, if you’re not accustomed to carrying spells or haven’t practiced with the unpopular Holy Nova, or if you’ve chosen the wrong talent, you can also change the Spell slot to something like Unbound.

general_drakkisath
General Drakkisath
whelp-eggs_body
Whelp Eggs
blackrock-pyromancer_body.png
Blackrock Pyromancer
S.A.F.E. Pilot Build
S.A.F.E. Pilot
holy-nova_body
Holy Nova
gryphon-rider_body
Gryphon Rider
necromancer_body
Necromancer
// //