The Divine Wings of Tragedy v1
2739
lvl: 83

ID:

230

Author:

SymphonyX, Finger of Destiny

Rarity:

unique

Status:

Approved

Description:

These wings once belonged to an angel.

Latest Upload Comment:

Restored from 1.10
The Divine Wings of Tragedy
Increases attack damage and attack speed of towers in 250 range by 15%.
Specials:
+37% buff duration
Download

Toggle Triggers

Header

goldcost: 0
    globals
    
    BuffType dmgaura
    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 dmgaura = BuffType.createAuraEffectType(true)  
        call m.addModification(MOD_ATTACKSPEED,0.15,0.0)
    call m.addModification(MOD_DAMAGE_ADD_PERC,0.15,0.0)  

    call dmgaura.setBuffModifier(m)  
    call dmgaura.setStackingGroup("dmgaura")  
    call dmgaura.setBuffIcon('@@0@@')
    
    
    
    endfunction

Tower Aura

AURA_powerAdd: 1 AURA_targetSelf: true AURA_auraEffect: dmgaura goldcost: 2000 AURA_levelAdd: 1 AURA_power: 0 AURA_level: 0 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 250