Vampiric Skull v1 150
![]() lvl: 0
|
ID: 261
Author: Boekie
Rarity: unique
Status: Approved
|
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
|
Magic Gloves v1 150
![]() lvl: 8
|
ID: 271
Author: Boekie
Rarity: common
Status: Approved
|
Description: These magic gloves add minor magic powers to each attack.
Magic Powers
This item deals 100 spelldamage multiplied with the base attack speed of the tower on each attack. Level Bonus: +5 damage |
Download
Toggle Triggers On Attack
goldcost: 150
ONATTACK_chance: 1.0
ONATTACK_chanceLevelAdd: 0.0
function onAttack takes Item itm returns nothing
local Tower tower = itm.getCarrier()
call tower.doSpellDamage(Event.getTarget(),(100+(tower.getLevel()*5))*tower.getBaseAttackspeed(),tower.calcSpellCritNoBonus())
endfunction
|
Faded Gloves v1 151
![]() lvl: 8
|
ID: 98
Author: Majildian
Rarity: common
Status: Approved
|
Description: A set of old gloves that have lost most of their power.
Specials:
+5.5% attackspeed
|
Download
|
Old Crystal Ball v1 151
![]() lvl: 8
|
ID: 104
Author: Majildian
Rarity: common
Status: Approved
|
Description: This item allows the wielder to see items others cannot.
Specials:
+7.7% item chance
|
Download
|
Plain Staff v1 151
![]() lvl: 8
|
ID: 129
Author: Majildian
Rarity: common
Status: Approved
|
Description: A basic staff that amplifies spells channeled through it.
Specials:
+11% spell damage
|
Download
|
Ring of Luck v1 151
![]() lvl: 8
|
ID: 153
Author: Majildian
Rarity: common
Status: Approved
|
Description: Wearing this ring increases luck.
Specials:
+7.7% trigger chances
|
Download
|
Mana Shell v1 154
![]() lvl: 8
|
ID: 47
Author: drol
Rarity: common
Status: Approved
|
Description: This shell once was a home of a magic creature.
Specials:
+19.5% mana
|
Download
|
Description: