Grommash Hellscream Build Guide

A Tier Cost [cost]

LeaderLeader

HordeHorde

SingleTargetOne – Target

MeleeMelee

grommash-hellscream_body

Grommash Hellscream Overview

Don’t call me Grom!

Level: 1

HitPoints Health

const MINIhp = 1360; 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 = 220; 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 = 220; const MINIaspd4 = 1.3; 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

1.3

Ranged Range

-

Movement Speed

-

Duration Duration

-

Radius Radius

-

Grommash Hellscream Abilities

 Leader

For The Horde!

All nearby friendly units gain Bloodlust.

Melee

Melee

Strong vs Ranged units.

SingleTarget

One-Target

Strong vs AoE units.

Bloodlust

Bloodlust

Bloodlusted units gain +33% movement and attack speed.

Tank

Tank

High health unit. Good at soaking Tower damage

Grommash Hellscream Talent

savage_strikes
Best Talent

Savage Strikes

Deal double damage to enemies who are below 50% health.

bladestorm

Bladestorm

Gain an AOE bladespin ability that damages all nearby enemies.

mirror_image

Mirror Image

Summon two fragile mirror images when entering combat.

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
gryphon-rider_body
Gryphon Rider
safe-pilot_body.png
S.A.F.E. Pilot
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //