S.A.F.E. Pilot Build Guide

S Tier Cost [cost]

TroopTroop

AllianceAlliance

AreaOfEffectAoE

RangedRanged

S.A.F.E. Pilot Build

S.A.F.E. Pilot Overview

A flexible Ranged unit. Crash her into enemies or land her behind your Tanks for Area Damage support.

Level: 1

HitPoints Health

const MINIhp = 210; 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 Crash Damage

const fandmg = 250; const fan_dmg = document.getElementById('mini'); const fandmgdata = document.getElementById('fandmgdata'); fan_dmg.addEventListener('input', updatefandmg); function updatefandmg(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentFANDMG = Math.round(fandmg * levelMultiplier); fandmgdata.textContent = `${currentFANDMG}`; } updatefandmg({ target: fan_dmg });

areaDamage Area Damage

const MINIdmg = 170; 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

const MINIdmg4 = 170; const MINIaspd4 = 2.4; 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

2.4

Ranged Range

8.5

Movement Speed

-

Duration Duration

-

Radius Radius

-

S.A.F.E. Pilot Abilities

Ranged

Ranged

Attacks enemies from a distance.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Unbound

Unbound

Can be played anywhere on the map.

S.A.F.E. Pilot Talent

gnomish_cloaking_device
Best Talent

Gnomish Cloaking Device

Deploy from the explosion with Stealth and Ambush.

comin_in_hot

Comin’ In Hot!

Deploy twice as fast and Burn nearby enemies.

gnomish_muttonizer

Gnomish Muttonizer

Polymorph the first blaster target.

S.A.F.E. Pilot Best Build

Jania has 2 fixed Alliance slots and 1 Spell slot. The bottom 3 slots are chosen from 7 options: Elemental, Unbound, Tank, Squad, Alliance, Flying, Siege Damage, excluding Ranged, Cycle, and Fast slots.

S.A.F.E. Pilot Arcane Blast Build

Arcane Blast is basically tailored for Jaina. When Jaina carries it, she can achieve an effect where 1+1 is greater than 2. This style combined with Unbound has strong AoE clearing ability and long-distance tower pushing capability, and it’s also suitable for dealing with many bosses that are difficult to push against, which will weaken the carrying of advancing units. 

This build needs to high single-target damage units (such as Gargoyles, various high-cost ground tanks). In summary, after carrying Arcane Blast in the Spell slot for this style, the second Alliance slot can carry Worgen (for grabbing distant treasures, finishing off AoE’d individual enemies, and assisting in tower pushing and fighting bosses). The last 2 slots can be chosen from Tank, Elemental, and Unbound, where you can use the combination of Gnoll Brute and Blackrock Pyromancer.

Portrait_Leader_Jaina.png
Jaina Proudmoore
worgen_body
Worgen
safe-pilot_body.png
S.A.F.E. Pilot
ArcaneBlast_body
Arcane Blast
necromancer_body
Necromancer
harpies_body
Harpies
gnoll-brute_body
Gnoll Brute
// //