Murloc Tidehunters

Murloc Tidehunters

Tier A Cost 2

Troop

Beast
Squad
Ranged

Level: 1

Health

const MINIhp = 80; 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 = 90; 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 = 90; 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 });

Percent DPS

-

Attack Speed

1.6

Range

6.5

Speed

Fast

Duration

-

Radius

-

Murloc Tidehunters Overview

Fast and cheap, great for supporting Tanks and taking Treasure Chests, but weak on their own

Murloc Tidehunters Traits

Ranged

Attacks enemies from a distance.

Squad

Strong vs One-Target units.

Cycle

2 cost or less for more Mini plays!

Fast

Fastest moving units

Murloc Tidehunters Talent

Best Talent

Safety Bubble

Deploy with a bubble that blocks the first attack.

Careful Aim

Gain +2 Range.

Morelocs

 

Deploy with +1 additional Murloc.

Murloc Tidehunters Build & Deck

Cairne Bloodhoof
Stonehoof Tauren
Darkspear Troll
Blackrock Pyromancer
Stonehoof Tauren
S.A.F.E. Pilot
Murloc Tidehunters

Build Explanation

Focusing first on the two Horde slots, Cairne Bloodhoof, with his area-of-effect (AoE) abilities, is a strong choice. The Troll Spear Thrower from the Horde, boasting exceptional range and high single-target damage, can reliably occupy one Horde slot. The ultimate Voodoo talent in combination with Cairne Bloodhoof’s leader ability ensures survival. The second Horde slot is still best filled with the Stonehoof Tauren, capable of demolishing the enemy’s back-line units. The Ranged slot can be filled with the highly cost-effective Necromancer, the affordable yet potent Blackrock Pyromancer, or the pricier but powerful Ogre Mage.

Given that the top 3 slots all have costs around 4, the lower slots must include Cycle and Elemental. The Cycle slot is best filled with the Murloc Tidehunters or Gryphon Rider, while the Elemental slot should go to the S.A.F.E. Pilot to deal with enemy back-line units or secure distant chests.