Never-ending Keg v1 1177
lvl: 48
|
ID: 167
Author: cedi
Rarity: rare
Status: Approved
|
Drunk!
On each attack this tower has a 10% chance to miss.
Specials:
+x0.65 crit damage +1x multicrit |
Download
Toggle Triggers On Damage
ONDAMAGE_chance: 1
goldcost: -1000
ONDAMAGE_chanceLevelAdd: 0.0
function onDamage takes Item itm returns nothing
if GetRandomReal( 0, 100.0 ) <= 10.0 then
call itm.getCarrier().getOwner().displaySmallFloatingText( "Miss", itm.getCarrier(), 255, 0, 0, 40.0 )
set Event.damage = 0.00
endif
endfunction
|
Description:
Latest Upload Comment: