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
|
Description:
Latest Upload Comment: