Baron Rivendare Build Guide

SS Tier Cost [cost]

LeaderLeader

UndeadUndead

SingleTargetOne – Target

MeleeMelee

baron-rivendare_body

Baron Rivendare Overview

Bane of the Scarlet Crusade

Level: 1

HitPoints Health

const MINIhp = 1040; 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 = 190; 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 = 190; const MINIaspd4 = 1.7; 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 });

Damage Percent DPS

-

AttackSec Attack Speed

1.7

Ranged Range

-

Movement Speed

Fast (4)

Duration Duration

-

Radius Radius

-

Baron Rivendare Abilities

 Leader

Army of the Dead

Rivendare periodically summons Skeletons at buildings you control.

Melee

Melee

Strong vs Ranged units.

SingleTarget

One-Target

Strong vs AoE units.

Armored

Armored

50% Physical damage reduction.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Fast

Fast

Fastest moving units

Tank

Tank

High health unit. Good at soaking Tower damage

Baron Rivendare Talent

Periodically sacrifice a nearby Skeleton to be Healed.

death_pact

Death Pact

Periodically sacrifice a nearby Skeleton to be Healed.

Nearby allied Skeletons gain Bloodlust.

Baron_rivendare_talent_skeletalfrenzy

Skeletal Frenzy

Nearby allied Skeletons gain Bloodlust.

Summon Skeletal Mages instead of Warriors.

chill_of_the_grave
Best Talent

Chill Of The Grave

Summon Skeletal Mages instead of Warriors.

Baron Rivendare Best Build

Baron Rivendare lineup has 2 fixed Undead slots and 1 Unbound slot on top, and the bottom 3 slots are chosen from 8 options from Elemental, Cycle, Fast, Squad, Flying, Siege, Undead, and Spell. The Baron Rivendare’s team uniquely excludes Tank and Ranged slots. The Baron Rivendare’s specialty slots are very comprehensive, almost able to carry units with all types, combined with its own high strength, making the Baron Rivendare’s build far more flexible and free than most leaders. The core idea is still to first choose the appropriate back-row output, then combine with powerful Unbound cards to quickly occupy more buildings and accumulate a larger advantage.

Baron Rivendare Fast Attack Build

This build is maximizing the speed advantage of the Baron Rivendare, pairing him with high-quality fast output units like the Huntress and Harpies.

Portrait_Leader_BaronRivendare
Baron Rivendare
ghoul_body
Ghoul
necromancer_body
Necromancer
quilboar_body.png
Quilboar
gryphon-rider_body
Gryphon Rider
safe-pilot_body.png
S.A.F.E. Pilot
huntress_body
Huntress
// //