Old Murk-Eye Build Guide

S Tier Cost [cost]

LeaderLeader

BeastBeast

AreaOfEffectAoE

RangedRanged

old-murk-eye_body

Old Murk-Eye Overview

This seasoned Murloc has (and hasn’t) seen plenty of battles. If you can shell out the Gold, his entourage of Tidehunters is shore to make waves on the battlefield.

Level: 1

HitPoints Health

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

const MINIdmg = 150; 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 = 150; const MINIaspd4 = 1.6; 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.6

Ranged Range

6.5

Movement Speed

Fast

Duration Duration

-

Radius Radius

-

Old Murk-Eye Abilities

 Leader

March of the Murlocs

For 5 seconds after deploying, summon a Murloc Tidehunter for each Gold spent on other minis.

Ranged

Ranged

Attacks enemies from a distance.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Fast

Fast

Fastest moving units

Old Murk-Eye Talent

old-murk-eye_tip_of_the_spear

Tip of the Spear

Tidehunters spawn at Old Murk Eye’s location instead.

old-murk-eye_marathon_of_the_murlocs
Best Talent

Marathon Of The Murlocs

March of the Murlocs lasts an additional 5 seconds longer after deploying.

old-murk-eye_electric_eels

Electric Eels

Attacks briefly Stun enemies.

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