Spiderlings Build Guide

B Tier Cost [cost]

TroopTroop

BeastBeast

SingleTargetOne – Target

MeleeMelee

Spiderlings_body

Spiderlings Overview

A Squad of Poisonous predators. Their venom will pierce Armor and down even the mightiest of Tanks.

Level: 1

HitPoints Health

const MINIhp = 380; 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 = 40; 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 = 40; const MINIaspd4 = 0.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

0.8

Ranged Range

-

Movement Speed

Med-Fast (2.5)

Duration Duration

5

Radius Radius

-

Spiderlings Abilities

Melee

Melee

Strong vs Ranged units.

Squad

Squad

Strong vs One-Target units.

Cycle

Cycle

2 cost or less for more Mini plays!

Poisons

Poisonous

Deals stacking damage over time. Strong vs Armored.

Vulnerable

Vulnerable

Unit takes 2x elemental damage.

Spiderlings Talent

bloated_carapace

Bloated Carapace

Explode on death, Poisoning nearby enemies.

frostbite

Frostbite

Gain Frost.

envenom
Best Talent

Envenom

Deal twice as much Poison damage.

Hogger Best Build

In addition to the 2 fixed Beast slots, Hogger also has a fixed Cycle slot. The bottom 3 slots are chosen from 7 options from Unbound, Ranged, Fast, Flying, Squad, Beast, and Spell. There are no Elemental, Tank, or Siege Damage slots.

Hogger General Build

Hogger deck needs to have enough oppression and resistance power when the hero is relatively weak in the early stage, so the popular Beast card, Harpies, which is good at both offense and defense, can stably occupy one of Hogger’s Beast slots. The second Beast slot should prioritize from two 3-cost high-quality Beast front row units – Gnoll Brute (must select Thick Hide talent) and Prowler (preferably Predatory Instincts). The Cycle slot can carry Murloc Tidehunters (Safety Bubble talent) which is also a fast unit, in addition, there is a less popular unit also on the recommended list, it is the 2-cost Spiderlingslings (Bloated Carapace talent). Let’s talk about the Spiderlings separately, many people including myself initially felt the Spiderlings are weak, and it has a double damage taken from Elementals, but after comparing the data, it was found that the Spiderlings’s health is outstanding among 2-costs, the vulnerability is to balance the health, it is not used to confront spell units, but to stably consume the opponent’s ground troops as a slightly defensive unit, it can -handedly many ground troops that cost higher than it, helping Hogger get through the weak early stage. The Unbound slot is definitely a must-choose, and the unit that generally appears in this slot is the S.A.F.E. Pilot. An additional back-line output is needed below, and Blackrock Pyromancer is highly recommended here.

hogger
Hogger
prowler_body
Prowler
harpies_body
Harpies
Spiderlings_body
Spiderlings
Murloc-tidehunters_body
Murloc Tidehunters
safe-pilot_body.png
S.A.F.E. Pilot
Polymorph_body
Polymorph
// //