Bat Rider Build Guide

A Tier Cost [cost]

TroopTroop

HordeHorde

SquadSquad

MeleeMelee

Bat Rider_body

Bat Rider Overview

A cheap aerial unit that specializes in bathing the ground in flame while Flying above Melee enemies.

Level: 1

HitPoints Health

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

-

areaDamage Area Damage

const MINIdmg = 250; 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 = 250; const MINIaspd4 = 2.5; 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 });

HealAlly Healing

-

AttackSec Attack Speed

2.5

Ranged Range

6.5

Movement Speed

Medium (2)

Duration Duration

2.5

Radius Radius

-

Bat Rider Abilities

Flying

Flying

Strong vs Melee units.

AreaOfEffect

AoE

Strong vs Squad units.

Bombard

Bombard

Attacks ground enemies only.

Cycle

Cycle

2 cost or less for more Mini plays!

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Bat Rider Talent

flaming_pitch-new

Flaming Pitch

Flaming pool reduces enemy’s speed by 30%.

enchanted_vials
Best Talent

Enchanted Vials

Increase the size of the flaming pool by 30%.

fiery_surplus-new

Fiery Surplus

“Accidentally” leave vials on the ground, Burning nearby enemies that touch them.

Grommash Hellscream Best Build

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

Grommash Hellscream General Build

For the Horde slots, the preferred choices are the Stonehoof Tauren and Darkspear Troll. For the Squad slot, the preferred choice is the Harpies. These are all high-quality units. For the bottom 3 slots, Unbound, Cycle, and Ranged are recommended, with Spells depending on your needs. For the Unbound slot, the S.A.F.E. Pilot is the first choice. For the Cycle slot, the choices are still Griffin, Murloc Tidehunters, and Quilboar. For the Ranged slot, Necromancer, Blackrock Pyromancer and Frostwolf Shaman are all options.

Grommash Hellscream, in particular, needs to pay attention to positioning. He needs other troops to provide him with enough cover to successfully attack the target.

grommash_hellscream-large copy
Grommash Hellscream
stonehoof-tauren_body.png
Stonehoof Tauren
darkspear-troll_body
Darkspear Troll
harpies_body
Harpies
Bat Rider_body
Bat Rider
safe-pilot_body.png
S.A.F.E. Pilot
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //