Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [auto] => Array
                (
                )

            [Art] => ReplaceableTextures\CommandButtons\BTNManaRecharge.blp
            [dmgplus1] => 640
            [bldtm] => 1
            [goldcost] => 550
            [unitSound] => MoonWell
            [sides1] => 1
            [Missilearc] => 0.2
            [acquire] => 900
            [upgrades] => Array
                (
                )

            [Upgrade] => Array
                (
                )

            [Name] => Font of Sorcery
            [red] => 205
            [weapTp1] => missile
            [file] => war3mapImported\City_FountainPink.mdl
            [uberSplat] => YTDG
            [Missilespeed] => 1200
            [Missileart] => Abilities\Weapons\WaterElementalMissile\WaterElementalMissile.mdl
            [dice1] => 1
            [RngBuff1] => 250
            [green] => 205
            [modelScale] => 0.3
            [rangeN1] => 900
            [atkType1] => magic
            [cool1] => 2
            [Ubertip] => Drink deep and let the magic flow.
            [scaleBull] => 0
            [abilList] => Array
                (
                )

            [buildingShadow] => Array
                (
                )

            [targs1] => Array
                (
                )

            [weapsOn] => 1
        )

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

            [abil_factor] => 0.5
            [author] => Ashbringer
            [alpha] => 255
            [authorDisplay] => |cffff6600Ashbringer|r
            [version] => 1.0
            [element] => arcane
            [rarity] => rare
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -0.00156215
                    [y] => 0.127078
                    [z] => -6.4
                    [scale] => 1.55
                    [rot] => 3.40339
                    [file] => war3mapImported\GeneralAuraTargetWhite.mdl
                    [red] => 255
                    [green] => 1
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

            [1] => Array
                (
                    [x] => 0.00855841
                    [y] => -0.0146441
                    [z] => 32
                    [scale] => 0.7
                    [rot] => 3.40339
                    [file] => war3mapImported\GeneralAuraTargetWhite.mdl
                    [red] => 255
                    [green] => 1
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

            [2] => Array
                (
                    [x] => -0.114677
                    [y] => 0.0664836
                    [z] => 64
                    [scale] => 0.4
                    [rot] => 3.40339
                    [file] => war3mapImported\GeneralAuraTargetWhite.mdl
                    [red] => 255
                    [green] => 1
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

            [3] => Array
                (
                    [x] => -0.0736805
                    [y] => -0.0184791
                    [z] => -19.2
                    [scale] => 2
                    [rot] => 0.785398
                    [file] => Abilities\Spells\Other\GeneralAuraTarget\GeneralAuraTarget.mdl
                    [red] => 1
                    [green] => 1
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

            [4] => Array
                (
                    [x] => -0.0478812
                    [y] => 0.177385
                    [z] => 38.4
                    [scale] => 1.55
                    [rot] => 4.71239
                    [file] => Abilities\Spells\Undead\Possession\PossessionTarget.mdl
                    [red] => 255
                    [green] => 55
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => -3.14
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

            [5] => Array
                (
                    [x] => -0.127221
                    [y] => 0.0276126
                    [z] => 57.6
                    [scale] => 0.950001
                    [rot] => 1.5708
                    [file] => Abilities\Spells\Undead\Possession\PossessionTarget.mdl
                    [red] => 255
                    [green] => 55
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => -3.14
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        //@export
        BuffType ashbringer_font_buff
    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 mod = Modifier.create()
        
        set ashbringer_font_buff = BuffType.createAuraEffectType(true)
        call ashbringer_font_buff.setBuffIcon('@@0@@')
        call mod.addModification(MOD_SPELL_DAMAGE_DEALT, 0, 0.001)
        call mod.addModification(MOD_MANA_REGEN_PERC, 0, 0.001)
        call ashbringer_font_buff.setBuffModifier(mod)
    endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [icon] => 
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

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

                    [values] => Array
                        (
                            [AURA_powerAdd] => 6
                            [visible] => true
                            [AURA_auraEffect] => ashbringer_font_buff
                            [AURA_levelAdd] => 1
                            [AURA_power] => 150
                            [icon] => ReplaceableTextures\CommandButtons\BTNWellSpring.blp
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [long_explain] => Increases the spell damage and mana regeneration of towers in |cffFFFF80300|r range by |cffFFFF8015%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.6%|r spell damage|n|cffFFFF80+0.6%|r mana regeneration
                            [AURA_targetSelf] => true
                            [name] => Flowing Magic
                            [AURA_level] => 0
                            [short_explain] => Increases the spell damage and mana regeneration of nearby towers.
                            [AURA_auraRange] => 300
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Binf
                    [oeValues] => Array
                        (
                            [Targetattach] => Array
                                (
                                )

                            [Buffubertip] => Increased spell damage and mana regeneration.
                            [TargetArt] => Array
                                (
                                )

                            [Bufftip] => Flowing Magic
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNWellSpring.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => true
                    [category] => global
                    [typ] => BuffType
                    [name] => ashbringer_font_buff
                )

        )

    [lightning] => Array
        (
        )

)