Quilboar Build Guide

SS Tier Cost [cost]

TroopTroop

BeastBeast

SingleTargetOne – Target

MeleeMelee

quilboar_body

Quilboar Overview

Surprise your enemies with this Unbound Melee burrower! Slow to emerge but bristling for a fight.

Level: 1

HitPoints Health

const MINIhp = 780; 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 = 70; 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 = 70; const MINIaspd4 = 1.8; 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 });

HealAlly Healing

-

AttackSec Attack Speed

1.8

Ranged Range

-

Movement Speed

Medium

Duration Duration

-

Radius Radius

-

Quilboar Abilities

Melee

Melee

Strong vs Ranged units.

SingleTarget

One-Target

Strong vs AoE units.

Cycle

Cycle

2 cost or less for more Mini plays!

Resistant

Resistant

Takes 50% less Elemental damage.

Tank

Tank

High health unit. Good at soaking Tower damage

Unbound

Unbound

Can be played anywhere on the map.

Quilboar Talent

bristleback

Bristleback

Deal a small amount of damage to Melee attackers.

quilboar_tunnel_vision
Best Talent

Tunnel Vision

Deploy much more quickly.

quilboar_bramble_burst

Bramble Burst

Inflict Poison on nearby enemies when emerging.

Quilboar 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.

Build Explanation

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
// //