Gryphon Rider Build Guide

S Tier Cost [cost]

TroopTroop

AllianceAlliance

SingleTargetOne – Target

FlyingFlying

Gryphon Rider Build

Gryphon Rider Overview

A sky-riding Flier that throws mighty dwarven hammers at aerial and ground troops alike.

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

Damage Damage

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

145.4

Damage Percent DPS

-

AttackSec Attack Speed

const MINIdmg4 = 160; const MINIaspd4 = 1.1; 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 });

Ranged Range

-

Movement Speed

-

Duration Duration

-

Radius Radius

-

Gryphon Rider Abilities

Flying

Flying

Strong vs Melee units.

SingleTarget

One-Target

Strong vs AoE units.

Cycle

Cycle

2 cost or less for more Mini plays!

Gryphon Rider Talent

air_drop

Air Drop

Periodically drop a potion, Leveling Up the first ally to touch it.

odyns_fury

Odyn’s Fury

Gain Fury.

mighty_throw
Best Talent

Mighty Throw

Gain +3 Range.

Gryphon Rider Best Build

Always use Gryphon Rider with Melee Tank 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
stonehoof-tauren_body.png
Stonehoof Tauren
Gryphon Rider Build
Gryphon Rider
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //