Aqueous Vapor v1 300
lvl: 14
|
ID: 195
Author: cedi
Rarity: uncommon
Status: Approved
|
Aqueous Vapor
Increases the damage against creeps with the armor type myt by 25%.
|
Download
Toggle Triggers On Damage
ONDAMAGE_chance: 1.0
goldcost: 300
ONDAMAGE_chanceLevelAdd: 0.0
function onDamage takes Item itm returns nothing
local Creep T = Event.getTarget()
local Tower U = itm.getCarrier()
if T.getArmorType() == ARMOR_MYT then
set Event.damage = Event.damage * 1.25
call SFXOnUnit( "Abilities\\Spells\\Other\\CrushingWave\\CrushingWaveDamage.mdl", T.getUnit(), "chest" )
endif
endfunction
|
Description:
Latest Upload Comment: