Plague Farmer Build Guide

C Tier Cost [cost]

TroopTroop

UndeadUndead

SingleTargetOne – Target

RangedRanged

plague-farmer_body

Plague Farmer Overview

Bombards enemy ground troops with Poisonous pumpkins. Keep him alive and watch enemies rot!

Level: 1

HitPoints Health

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

-

areaDamage Area Damage

const MINIdmg = 260; 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 = 260; const MINIaspd4 = 2.3; 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

2.3

Ranged Range

9

Movement Speed

Medium

Duration Duration

5

Radius Radius

-

Plague Farmer Abilities

Ranged

Ranged

Attacks enemies from a distance.

AreaOfEffect

AoE

Strong vs Squad units.

Bombard

Bombard

Attacks ground enemies only.

Cycle

Cycle

2 cost or less for more Mini plays!

Poisons

Poisonous

Deals stacking damage over time. Strong vs Armored.

Plague Farmer Talent

parting_gift

Parting Gift

On death, summon a pumpkin. When touched, it Poisons nearby enemies.

virulence

Virulence

On kill, Poison enemies near the target.

splashing_pumpkins
Best Talent

Splashing Pumpkins

Increase Range by+1 and double the Splash area.

Plague Farmer Best Build

Always use Plague Farmer with Melee Tank unit to achieve highest damage output and survivability.

Build Explanation

TBC

Portrait_Leader_Jaina.png
Rend Blackhand
ArcaneBlast_body.png
Arcane Blast
safe-pilot_body.png
S.A.F.E. Pilot
Chain-Lightning_body.png
Chain Lightning
Prowler Build
Prowler
Ogre Mage build
Ogre Mage
blackrock-pyromancer_body.png
Blackrock Pyromancer
// //