Sword of Reckoning v1 400
lvl: 13
|
ID: 203
Author: drol
Rarity: rare
Status: Approved
|
Holy Wrath
Grants 12% bonus damage against undead to all towers within 200 range. Level Bonus: +0.24% damage |
Download
Toggle Triggers Header
goldcost: 0
globals
BuffType undead_aura
endglobals
//Do not remove or rename this function!
//Put your initialization tasks here, this function will be called on map init
private function init takes nothing returns nothing
local Modifier m = Modifier.create()
set undead_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_DMG_TO_UNDEAD,0.12,0.0024)
call undead_aura.setBuffModifier(m)
call undead_aura.setStackingGroup("undead_aura")
call undead_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_levelAdd: 1
AURA_targetType: TARGET_TYPE_TOWERS
AURA_auraRange: 200
AURA_powerAdd: 1
AURA_targetSelf: true
goldcost: 400
AURA_auraEffect: undead_aura
AURA_power: 0
AURA_level: 0
|
Description:
Latest Upload Comment: