SS Tier Cost [cost]
Troop
Blackrock
AoE
Spell
Strike with dragon’s breath in any direction, dealing Elemental damage to enemies in the line of fire!
Level: 1
Health
-
Damage
Area Damage
const MINIdmg = 400; 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 });
DPS
Healing
Attack Speed
Range
25
Speed
Duration
Radius
Cast anywhere on the map.
Strong vs Squad units.
Elemental
Deals elemental damage. Strong vs Armored.
Attunement
Allies caught in the effect gain Resist.
Melting Point
Damaging Armored enemies removes their Armor.
Double Dragon
Cast a second wave in the opposite direction.
Always use Deep Breath with multiple units to maximize the output.
TBC