Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => These wings once belonged to an angel.
            [Art] => ReplaceableTextures\CommandButtons\BTNStaffOfPreservation.blp
            [abilList] => Array
                (
                )

            [Name] => The Divine Wings of Tragedy
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF00+37% |rbuff duration
            [goldcost] => 2739
            [author] => SymphonyX, Finger of Destiny
            [authorDisplay] => SymphonyX, |cffEA1CE4Finger of Destiny|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_BUFF_DURATION
                    [base] => 0.37
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => 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
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

            [1] => Array
                (
                    [name] => Tower Aura
                    [code] => Array
                        (
                        )

                    [values] => Array
                        (
                            [AURA_powerAdd] => 1
                            [explain] => Increases attack damage and attack speed of towers in |cffFFFF80250|r range by |cffFFFF8015%|r.
                            [AURA_targetSelf] => true
                            [visible] => true
                            [AURA_auraEffect] => dmgaura
                            [goldcost] => 2000
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => The Divine Wings of Tragedy
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 250
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHab
                    [oeValues] => Array
                        (
                            [EditorName] => The Divine Wings of Tragedy
                            [Buffubertip] => This unit has increased attackspeed and damage.
                            [Bufftip] => The Divine Wings of Tragedy
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNControlMagic.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)