Elunes Bow v1 1000
lvl: 28
|
ID: 266
Author: cedi
Rarity: unique
Status: Approved
|
Elunes Grace
Damage dealt to the main target of each attack cannot be reduced below the tower's base damage. |
Download
Toggle Triggers On Damage
ONDAMAGE_chance: 1.0
goldcost: 1000
ONDAMAGE_chanceLevelAdd: 0.0
function onDamage takes Item itm returns nothing
local real dmg = itm.getCarrier().getCurrentAttackDamageBase()
if Event.damage < dmg and Event.isMainTarget() then
set Event.damage = dmg
endif
endfunction
|
Stunner v1 1000
lvl: 40
|
ID: 269
Author: Boekie
Rarity: rare
Status: Approved
|
Description: An advanced machine used to stun enemies.
Stun
When the carrier of this item damages a creep there is a 15% attackspeed adjusted chance to stun the target for 1 second. Has only a 1/3 of the normal chance to trigger on bosses! Level Bonus: +0.25% chance |
Download
Toggle Triggers On Damage
ONDAMAGE_chance: 1
goldcost: 1000
ONDAMAGE_chanceLevelAdd: 0
function onDamage takes Item itm returns nothing
local Creep target = Event.getTarget()
local integer size = target.getSize()
local Tower tower = itm.getCarrier()
local real speed = tower.getBaseAttackspeed()
if size < SIZE_BOSS then
if tower.calcChance((0.15+tower.getLevel()*0.0025) * speed ) and Event.isMainTarget() == true then
call cb_stun.applyOnlyTimed(tower,target,1)
endif
else
if tower.calcChance((0.15+tower.getLevel()* 0.0025) / 3 * speed ) and Event.isMainTarget() == true then
call cb_stun.applyOnlyTimed(tower,target,1)
endif
endif
endfunction
|
Gift of the Wild v1 1019
lvl: 77
|
ID: 93
Author: drol
Rarity: common
Status: Approved
|
Description: Bolsters the reciever with resistance against the dangers of nature.
Specials:
+12.5% damage +12.5% spell damage +12.5% exp gain +12.5% mana |
Download
|
Vulshok's Claws v1 1031
lvl: 59
|
ID: 3
Author: Boekie
Rarity: uncommon
Status: Approved
|
Description: This weapon belongs to Vulshok, the ultimate warrior.
Specials:
+15% attackspeed (+0.4%/lvl) |
Download
|
Runed Wood v1 1042
lvl: 79
|
ID: 176
Author: drol
Rarity: common
Status: Approved
|
Description: Controlling the magic inside this piece of wood will grant the carrier immense power.
Specials:
+27% spell damage +12% item quality |
Download
|
Zombie Hand v1 1047
lvl: 60
|
ID: 31
Author: Majildian
Rarity: uncommon
Status: Approved
|
Description: A decaying hand that glows with necromantic power.
Specials:
+40% mana -30% mana regen +40% buff duration |
Download
|
Electrified Horseshoe v1 1047
lvl: 79
|
ID: 57
Author: Neotopia
Rarity: common
Status: Approved
|
Description: This metal Horseshoe sparkles and glimmers with power.
Specials:
+20% attackspeed
|
Download
|
Description: