Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Mighty Tree's Acorns
            [Art] => ReplaceableTextures\CommandButtons\BTNAcorn.blp
            [Ubertip] => "Acorns need to be shared, because we all love them," Mighty Tree's words.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => poussix
            [authorDisplay] => poussix
            [balanceTip] => |n|cffFFFF00-20% |rdamage|n|cffFFFF00-20% |rspell damage
            [rarity] => unique
            [goldcost] => 250
            [version] => 1.0
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DAMAGE_ADD_PERC
                    [base] => -0.2
                    [add] => 0
                )

            [1] => Array
                (
                    [id] => MOD_SPELL_DAMAGE_DEALT
                    [base] => -0.2
                    [add] => 0
                )

        )

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

                )

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

                    [values] => Array
                        (
                            [visible] => true
                            [AURA_levelAdd] => 1
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 300
                            [name] => Charity Aura
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => true
                            [goldcost] => 250
                            [AURA_auraEffect] => poussix_multi_aura
                            [AURA_power] => 0
                            [explain] => Increases maximum mana, spell damage and trigger chances for all towers in |cffFFFF80300|r range by |n|cffFFFF802%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r maximum mana|n|cffFFFF80+0.4%|r spell damage|n|cffFFFF80+0.4%|r trigger chances
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHab
                    [oeValues] => Array
                        (
                            [Bufftip] => Charity Aura
                            [Targetattach] => Array
                                (
                                )

                            [Buffubertip] => This unit is under the effects of charity; it has an increased max mana spell damage and trigger chance.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNAcorn.blp
                            [TargetArt] => Array
                                (
                                )

                            [EditorName] => Charity Aura
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)