A Tier Cost [cost]
Leader
Blackrock
AoE
Melee
Firelord, Lord of Flame, Master of all Elementals, you get the idea.
Level: 1
Health
const MINIhp = 1800; 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 });
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 });
Area Damage
-
DPS
const RIGHTdps = 75; const right_dps = document.getElementById('mini'); const rightdps = document.getElementById('rightdps'); right_dps.addEventListener('input', updaterightdps); function updaterightdps(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentRIGHTDPS = Math.round(RIGHTdps * levelMultiplier); rightdps.textContent = `${currentRIGHTDPS}`; } updaterightdps({ target: right_dps });
Healing
Attack Speed
2
Range
Speed
Stationary
Duration
Radius
Strong vs Ranged Units
Strong vs Squad units.
Elemental
Deals elemental damage. Strong vs Armored.
Resistant
Takes 50% less Elemental damage.
Tank
High health unit. Good at soaking Tower damage
Braze
Attached to the nearest allied Tower or Base, shielding it.
Blast Wave
While in play, replaces this Mini in your deck with the Blast Wave spell: Burn and knock back enemies near buildings.
Concussive Blast
Blast Wave leaves enemies stunned for 2 seconds.
Radiant Flames
Buildings you control periodically damage nearby enemies.
Son of Flame
At 50% health, summon two Fire Elementals that last 15 seconds.