Earth and Moon Build Guide

B Tier Cost [cost]

TroopTroop

CenarionCenarion

AreaOfEffectAoE

SpellSpell

Earth and Moon

Earth and Moon Overview

This flying trickster can see through Stealth, and shakes off Poison, Burn, Stuns, and Slows!

Level: 1

areaDamage Root Damage

const MINIhp = 40; 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 });

areaDamage Starfall Damage

const MINIdmg = 990; 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 Root DPS

const LEFTdps = 8; const left_dps = document.getElementById('mini'); const leftdps = document.getElementById('leftdps'); left_dps.addEventListener('input', updateleftdps); function updateleftdps(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentLEFTDPS = Math.round(LEFTdps * levelMultiplier); leftdps.textContent = `${currentLEFTDPS}`; } updateleftdps({ target: left_dps });

DamageSec Starfall DPS

const RIGHTdps = 132; 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 });

Radius Root Radius

6

Radius Starfall Radius

6

rootslvl Roots Lvl Advantage

6

Duration Roots Duration

6

Ranged Range

-

Movement Speed

-

Earth and Moon Abilities

Spell

Spell

Cast anywhere on the map.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Poisons

Poisonous

Deals stacking damage over time. Strong vs Armored.

earth and moon

Earth and Moon

Alternates between Starfall and Entangling Roots whenever a Cenarion Mini is played.

Earth and Moon Talent

moonfury

Moonfury

Starfall lasts 25% longer.

nature-s-grace

Nature’s Grace

Entangling Roots also grants all allies Resist for 6 seconds.

balance
Best Talent

Balance

Can be cast a second time.

// //