C Tier Cost [cost]
Troop
Beast
Squad
Flying
A cheap pair of Flying scavengers. Two vultures are a nuisance, but each vulture victim adds to the flock!
Level: 1
Health
const MINIhp = 25; 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 = 70; 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 = 70; 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
-
Speed
Med-Fast (2.5)
Duration
-
Radius
-
![]()
Flying
Strong vs Melee units.
![]()
Squad
Strong vs One-Target units.
![]()
Carrion
Multiplies from slain enemies.
![]()
Cycle
2 cost or less for more Mini plays!
![]()
Fast
Fastest moving units
Tendon Rip
Attacks Daze enemies for 3 seconds.
Feeding Frenzy
The flock gains Bloodlust for 5 seconds when spawning a new Vulture.
Migration
All additional Vultures spawn at your base.
Always use Vultures with Melee Tank unit to achieve highest damage output and survivability.
TBC
About Us
Palworld
Marvel Rivals
Path of Exile 2 (PoE 2)
Path of Exile 2 (POE 2) Classes
Path of Exile 2 (POE 2) Tier list