Mighty Tree's Acorns v1 250
lvl: 4
|
ID: 183
Author: poussix
Rarity: unique
Status: Approved
|
Charity Aura
Increases maximum mana, spell damage and trigger chances for all towers in 300 range by 2%. Level Bonus: +0.4% maximum mana +0.4% spell damage +0.4% trigger chances
Specials:
-20% damage -20% spell damage |
Download
Toggle Triggers Header
goldcost: 0
globals
BuffType poussix_multi_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 poussix_multi_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_TRIGGER_CHANCES,0.02,0.004)
call m.addModification(MOD_MANA_PERC,0.02,0.004)
call m.addModification(MOD_SPELL_DAMAGE_DEALT,0.02,0.004)
call poussix_multi_aura.setBuffModifier(m)
call poussix_multi_aura.setStackingGroup("multi_aura")
call poussix_multi_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_levelAdd: 1
AURA_targetType: TARGET_TYPE_TOWERS
AURA_auraRange: 300
AURA_powerAdd: 1
AURA_targetSelf: true
goldcost: 250
AURA_auraEffect: poussix_multi_aura
AURA_power: 0
AURA_level: 0
|
Description:
Latest Upload Comment: