Voodoo Doll v1
172
lvl: 6
ID:
95
Author:
drol
Rarity:
uncommon
Status:
Approved

Description:

Takes more and more control over its carrier.
Specials:
+0.5% attackspeed/lvl
Download
Magic Flower v1
172
lvl: 6
ID:
109
Author:
drol
Rarity:
uncommon
Status:
Approved

Description:

Magicly enchanted, making the flower grow very fast.
Specials:
+1% spell damage/lvl
Download
Mark of the Talon v1
172
lvl: 6
ID:
110
Author:
drol
Rarity:
uncommon
Status:
Approved

Description:

Boost the body with agility and the mind with wisdom.
Specials:
+4% attackspeed
+4% spell damage
Download
Mark of the Claw v1
172
lvl: 6
ID:
111
Author:
drol
Rarity:
uncommon
Status:
Approved

Description:

Boost the body with strength and the mind with wisdom.
Specials:
+7% damage
+4% spell damage
Download
Floating Mark v1
177
lvl: 10
ID:
67
Author:
cedi
Rarity:
common
Status:
Approved

Description:

The mark shows you where you really damage the enemy.
Specials:
+2% damage (+0.1%/lvl)
+2% crit chance
Download
Orb of Souls v2
180
lvl: 7
ID:
210
Author:
Sunken
Rarity:
uncommon
Status:
Approved

Description:

Inside the orb you can see the swirling, tormented souls of countless victims.
Ethereal Knowledge
Grants 50 flat experience to the holder. The experience is bound to the item and lost on drop. If the tower has less than 50 experience when the item is dropped, the item will drain experience from the next tower it is placed in, up to 50 experience.
Download

Toggle Triggers

On Item Creation

goldcost: -0
function onCreate takes Item itm returns nothing
            
set itm.userReal = 50
        
endfunction

On Item Drop

goldcost: 0
function onDrop takes Item itm returns nothing
            
local Unit tower = itm.getCarrier()
    set itm.userReal = tower.removeExpFlat(50)
        
endfunction

On Item Pickup

goldcost: 180
function onPickup  takes Item itm returns nothing
            
local Unit tower = itm.getCarrier()
    local real r = itm.userReal
    if r > 0 then
        call tower.addExpFlat(r)
    endif
        
endfunction
Outworn Spell Book v1
197
lvl: 11
ID:
15
Author:
Boekie
Rarity:
common
Status:
Approved

Description:

A lot of ancient spells were explained in this book but almost everything is gone now.
Specials:
+3% spell crit chance
+x0.1 spell crit damage
Download