Ghoul

Ghoul

Tier B Cost 2

Troop

Undead
One - Target
Melee

Level: 1

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

Damage

const MINIdmg = 110; 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 });

Area Damage

-

DPS

const MINIdmg4 = 110; 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 });

Percent DPS

-

Attack Speed

1.7

Range

-

Speed

-

Duration

-

Radius

-

Ghoul Overview

A cheap but ravenous Tank, ready to feast on fallen enemies to replenish its Health.

Ghoul Traits

Melee

Strong vs Ranged units.

One-Target

Strong vs AoE units.

Cannibalize

Consumes fallen enemy gold residue to regain health.

Cycle

2 cost or less for more Mini plays!

Tank

High health unit. Good at soaking Tower damage

Ghoul Talent

Best Talent

Bone Shield

 

Cannibalizing grants Armored for 10 seconds.

Ravenous

Cannibalizing grants Bloodlust for 10 seconds.

Taste for Blood

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

Ghoul Build & Deck

Baron Rivendare
Ghoul
Necromancer
Quilboar
Gryphon Rider
S.A.F.E. Pilot
Huntress

Build Explanation

Baron Rivendare’s unique slots are highly versatile, capable of accommodating nearly all types of units. This, along with his own substantial strength, makes Baron Rivendare’s setup significantly more flexible and unrestricted compared to most leaders. The fundamental strategy still revolves around first selecting suitable back-row output, then combining this with potent Unbound cards to rapidly seize more buildings and amass a larger advantage.
This approach aims to maximize Baron Rivendare’s speed advantage, pairing him with top-tier fast output units such as the Huntress and Harpies.