Vampiric Skull v1
150
lvl: 0

ID:

261

Author:

Boekie

Rarity:

unique

Status:

Approved

Description:

A skull that absorbs magic forces.

Latest Upload Comment:

Restored from 1.10
Vampiric Absorption
The skull's carrier restores 7% of its maximum mana whenever it kills a creep.
Download

Toggle Triggers

On Kill

goldcost: 150
function onKill takes Item itm returns nothing
    local Tower tower = itm.getCarrier() 
    call tower.addManaPerc(0.07)
    call Effect.createSimpleAtUnit("Abilities\\Spells\\Items\\VampiricPotion\\VampPotionCaster.mdl", tower).destroy()
endfunction