Defias Bandits Build Guide

SS Tier Cost [cost]

TroopTroop

AllianceAlliance

SquadSquad

MeleeMelee

defias-bandits_body

Defias Bandits Overview

Stealthy and weak on their own, but will sneak up and Stun enemies while your damage dealers open fire!

Level: 1

HitPoints 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 });

DamageDamage

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 });

areaDamage Area Damage

-

DamageSec DPS

const MINIdmg4 = 30; const MINIaspd4 = 1.8; 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 });

Damage Percent DPS

-

AttackSec Attack Speed

1.8

Ranged Range

-

Movement Speed

Med-Fast (3)

Duration Duration

-

Radius Radius

-

Defias Bandits Abilities

Melee

Melee

Strong vs Ranged units.

Squad

Squad

Strong vs One-Target units.

Stun

Cheap Shot

Attacking from Stealth will Stun enemy units.

Cycle

Cycle

2 cost or less for more Mini plays!

Stealth

Stealth

Invisible to enemies until it attacks or is damaged.

 Defias BanditsTalent

deadly_poison
Best Talent

Deadly Poison

Gain Poison.

pick_lock

Pick Lock

Earn an extra +2 Gold when opening chests.

last_resort

Last Resort

On death, Stun the target for 3 seconds.

Defias Bandits Best Build

Always use Defias Bandits with Ranged unit to achieve highest damage output and survivability.

Build Explanation

TBC

Portrait_Leader_Jaina.png
Jaina Proudmoore
ArcaneBlast_body.png
Arcane Blast
safe-pilot_body.png
S.A.F.E. Pilot
Chain-Lightning_body.png
Chain Lightning
Prowler Build
Prowler
Ogre Mage build
Ogre Mage
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //