Writer's Knowledge v1 250
lvl: 7
|
ID: 152
Author: poussix
Rarity: rare
Status: Approved
|
Learn
Every 12 seconds the user of this item gains 1 experience.
Specials:
-0.8% damage/lvl +40% exp gain (-0.8%/lvl) |
Download
Toggle Triggers Periodic
PERIODIC_period: 12
goldcost: 238
function periodic takes Item itm returns nothing
local Unit tower = itm.getCarrier()
call tower.addExp(1)
endfunction
|
Description:
Latest Upload Comment: