Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => By playing these drums, shamans empower themselves to draw deeper upon the fury of the storms during their rituals.
            [Art] => ReplaceableTextures\CommandButtons\BTNJanggo.blp
            [abilList] => Array
                (
                )

            [Name] => Janggo of Roaring Storms
        )

    [settings] => Array
        (
            [balanceTip] => Array
                (
                )

            [goldcost] => 800
            [author] => Moppy
            [authorDisplay] => |c006969FFMoppy|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        BuffType moppy_janggo_stormbound_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 moppy_janggo_stormbound_aura = BuffType.createAuraEffectType(true)
        call m.addModification(MOD_SPELL_DAMAGE_DEALT, 0.1, 0.002)
        call moppy_janggo_stormbound_aura.setBuffModifier(m)
        call moppy_janggo_stormbound_aura.setStackingGroup ("moppy_janggo_stormbound_aura")
        call moppy_janggo_stormbound_aura.setBuffIcon('@@0@@')    
	endfunction
                    [values] => Array
                        (
                            [explain] => Increases spell damage of towers in |cffFFFF801000|r range by |cffFFFF8010%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.2%|r spell damage
                            [visible] => true
                            [goldcost] => 800
                            [name] => Stormbound
                        )

                )

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

                    [values] => Array
                        (
                            [AURA_powerAdd] => 1
                            [explain] => 
                            [AURA_targetSelf] => true
                            [visible] => false
                            [AURA_auraEffect] => moppy_janggo_stormbound_aura
                            [goldcost] => 0
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => 
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 1000
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BOae
                    [oeValues] => Array
                        (
                            [EditorName] => Stormbound
                            [Buffubertip] => Spell damage increased.
                            [Bufftip] => Stormbound
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNJanggo.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)