Fist of Doom v1
536
lvl: 19

ID:

14

Author:

Boekie

Rarity:

rare

Status:

Approved

Description:

This item grants the user enormous demonic powers but at a great cost.

Latest Upload Comment:

Restored from 1.10
Pay With Blood
Every 10 seconds the user of this item loses 2 experience.
Specials:
+40% damage
+40% spell damage
Download

Toggle Triggers

Periodic

PERIODIC_period: 10 goldcost: -2750
function periodic takes Item itm returns nothing
call itm.getCarrier().removeExp(2)
endfunction