Defias Bandits
Tier SS Cost 1
Level: 1
Health
const MINIhp = 120; 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 = 30; 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
17
Healing
Attack Speed
1.8
Range
Speed
Med-Fast (3)
Duration
Radius
Stealthy and weak on their own, but will sneak up and Stun enemies while your damage dealers open fire!
Melee
Strong vs Ranged units.
Squad
Strong vs One-Target units.
Cheap Shot
Attacking from Stealth will Stun enemy units.
Cycle
2 cost or less for more Mini plays!
Stealth
Invisible to enemies until it attacks or is damaged.
Deadly Poison
Gain Poison.
Pick Lock
Earn an extra +2 Gold when opening chests.
Last Resort
On death, Stun the target for 3 seconds.
3 Avg. Cost
105 Avg. Dmg
499 Avg. Health
67 Avg. DPS
TBC