Ragnaros Build Guide

A Tier Cost [cost]

LeaderLeader

BlackrockBlackrock

AreaOfEffectAoE

MeleeMelee

Statue_Ragnaros_Leader_Pose

Ragnaros Overview

Firelord, Lord of Flame, Master of all Elementals, you get the idea.

 

Level: 1

HitPoints Health

const MINIhp = 1800; 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 = 150; 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 RIGHTdps = 75; const right_dps = document.getElementById('mini'); const rightdps = document.getElementById('rightdps'); right_dps.addEventListener('input', updaterightdps); function updaterightdps(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentRIGHTDPS = Math.round(RIGHTdps * levelMultiplier); rightdps.textContent = `${currentRIGHTDPS}`; } updaterightdps({ target: right_dps });

HealAlly Healing

-

AttackSec Attack Speed

2

Ranged Range

-

Movement Speed

Stationary

Duration Duration

-

Radius Radius

-

Ragnaros Abilities

Melee

Melee

Strong vs Ranged Units

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Resistant

Resistant

Takes 50% less Elemental damage.

Tank

Tank

High health unit. Good at soaking Tower damage

Melee

Braze

Attached to the nearest allied Tower or Base, shielding it.

Melee

Blast Wave

While in play, replaces this Mini in your deck with the Blast Wave spell: Burn and knock back enemies near buildings.

Ragnaros Talent

concussive-blast

Concussive Blast

Blast Wave leaves enemies stunned for 2 seconds.

radiant-flames

Radiant Flames

Buildings you control periodically damage nearby enemies.

son-of-flame
Best Talent

Son of Flame

At 50% health, summon two Fire Elementals that last 15 seconds.

// //