Chimaera Build Guide

A Tier Cost [cost]

TroopTroop

BeastBeast

AreaOfEffectAoE

RangedRanged

Chimaera

Chimaera Overview

A Flying malefic monstrosity that rains down Poison and Lightning on multiple miniscule minions.

Level: 1

HitPoints Health

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

const LEFTdmg = 150; const left_dmg = document.getElementById('mini'); const leftdmg = document.getElementById('leftdmg'); left_dmg.addEventListener('input', updateleftdmg); function updateleftdmg(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentLEFTDMG = Math.round(LEFTdmg * levelMultiplier); leftdmg.textContent = `${currentLEFTDMG}`; } updateleftdmg({ target: left_dmg });

Damage Right Damage

const RIGHTdmg = 50; const right_dmg = document.getElementById('mini'); const rightdmg = document.getElementById('rightdmg'); right_dmg.addEventListener('input', updaterightdmg); function updaterightdmg(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentRIGHTDMG = Math.round(RIGHTdmg * levelMultiplier); rightdmg.textContent = `${currentRIGHTDMG}`; } updaterightdmg({ target: right_dmg });

DamageSec Left DPS

const LEFTDPS = 50; const left_dps = document.getElementById('mini'); const leftdps = document.getElementById('leftdps'); mini_hp.addEventListener('input', updateleftdps); function updateleftdps(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentLEFTDPS = Math.round(LEFTDPS * levelMultiplier); leftdps.textContent = `${currentLEFTDPS}`; } updateleftdps({ target: left_dps });

DamageSec Right DPS

const RIGHTdps = 33; const right_dps = document.getElementById('mini'); const rightdps = document.getElementById('rightdps'); right_dps.addEventListener('input', updaterightdps); function updaterightdps(e) { const selectedLevel = e.target.value; const levelMultiplier = Math.pow(1.1001, selectedLevel - 1); const currentRIGHTDPS = Math.round(RIGHTdps * levelMultiplier); rightdps.textContent = `${currentRIGHTDPS}`; } updaterightdps({ target: right_dps });

Ranged Range

7

Movement Speed

Med-Fast (2.5)

Duration Duration

-

Radius Radius

-

Chimaera Abilities

Flying

Flying

Strong vs Melee units.

AreaOfEffect

AoE

Strong vs Squad units.

Elemental

Elemental

Deals elemental damage. Strong vs Armored.

Poisons

Poisonous

Deals stacking damage over time. Strong vs Armored.

Chimaera Talent

corrosive_breath

Corrosive Breath

Poison Spit inflicts twice as much Poison.

frost_shock
Best Talent

Frost Shock

Lightning Ball applies Frost on hit.

leviathan

Leviathan

Gain 10% additional Health per deploy.

Chimaera Best Build

Charlga Razorflank has 2 fixed Beast slots and 1 Fast slot. The bottom 3 slots are chosen from 8 options: Elemental, Cycle, Unbound, Tank, Flying, Ranged, Spell, Beast, excluding Siege Damage and Squad slots.

Chimaera General Build

Common units for the Beast slots include Harpies, Chimaera, and Prowler. The bottom 3 slots are generally chosen from Elemental, Unbound, Cycle, and Tank, selecting three among these four. What cards to carry specifically is left for creative play, the slots are so good that all quality units can be carried. However, remember to complement the top three slots. If you really don’t want to think too much, the Quilboar in the Cycle slot is a simple choice.

charlga_razorflank
Charlga Razorflank
prowler_body
Prowler
Chimaera
Chimaera
harpies_body
Harpies
quilboar_body
Quilboar
S.A.F.E. Pilot Build
S.A.F.E Pilot
gnoll-brute_body
Gnoll Brute
// //