Gnoll Brute Build Guide

A Tier Cost [cost]

TroopTroop

BeastBeast

AreaOfEffectAoE

MeleeMelee

Gnoll Brute Build

Gnoll Brute Overview

A tough Tank with a menacing mace. Cleaves through Squads of enemies, or clobbers with collateral damage.

Level: 1

HitPoints Health

const MINIhp = 1240; 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 Damage

-

areaDamage Area Damage

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

const MINIdmg4 = 130; const MINIaspd4 = 2; 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

2

Ranged Range

-

Movement Speed

-

Duration Duration

-

Radius Radius

-

Gnoll Brute Abilities

Melee

Melee

Strong vs Ranged units.

AreaOfEffect

AoE

Strong vs Squad units.

Tank

Tank

High health unit. Good at soaking Tower damage

Gnoll Brute Talent

rabid
Best Talent

Rabid

Reduce deploy cost by 1 and gain the Cycle trait.

pillage


Pillage

Deal Siege damage.

thick_hide

Thick Hide

Gain Armor.

Old Murk-Eye Best Build

Besides the 2 fixed Beast slots, Old Murk-Eye also has a fixed Tank slot. The bottom 3 slots are chosen from 8 options from Elemental, Unbound, Cycle, Fast, Beast, Spell, Siege, and Flying, without Ranged and Squad slots.

Old Murk-Eye General Build

The building to equip Old Murk-Eye’s team with stable high-quality front line units and appropriate Unbound and Spell support, to maximize the survival rate of the extra Murlocs and allow them to deal DPS.

Considering that Old Murk-Eye and are fast units, the entire team build is high moving speed. The Harpies can stably occupy the first Beast slot. The Harpies are one of the strongest troops currently. With the Infectious Swipes talent, it can compensate for the shortcoming of low-cost Beast units that are difficult to deal with high-health Tank units such as Gargoyles, the Harpies can easily handle.

Looking at the fixed Tank slot, the Prowler is highly recommended here. After getting the Predatory Instincts, it has quite terrifying single-target ability. The other Beast slot can carry the Gnoll Brute (with the Thick Hide talent). If the Prowler is a sharp spear, then the Thick Hide Gnoll Brute is a solid shield.

When they appear in the Beast team at the same time, the Gnoll Brute can push a road alone with the Gryphon Rider in the Cycle slot. The Cycle slot can produce Gryphon Rider to cooperate with Gnoll Brute, the Elemental slot can carry Blackrock Pyromancer to cooperate with Gnoll Bruted for home defense, and the Unbound slot can carry S.A.F.E. Pilot.

old_murk_eye
Old Murk-Eye
harpies_body
Harpies
gnoll-brute_body
Gnoll Brute
prowler_body
Prowler
gryphon-rider_body
Gryphon Rider
blackrock-pyromancer_body.png
Blackrock Pyromancer
safe-pilot_body.png
S.A.F.E. Pilot
// //