Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [RngBuff1] => 250
            [MissileHoming] => 1
            [Upgrade] => Array
                (
                )

            [targs1] => Array
                (
                )

            [goldcost] => 650
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [moveHeight] => 10
            [file] => units\undead\SkeletonMage\SkeletonMage.mdl
            [manaN] => 50
            [modelScale] => 0.75
            [atkType1] => hero
            [weapTp1] => missile
            [acquire] => 900
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 2
            [Ubertip] => A tower that increases the damage that creeps suffer.
            [regenMana] => 2
            [abilList] => Array
                (
                )

            [mana0] => 10
            [Name] => Skeletal Mage
            [Missileart] => Abilities\Weapons\SkeletalMageMissile\SkeletalMageMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNSkeletonMage.blp
            [buildingShadow] => Array
                (
                )

            [turnRate] => 1.5
            [sides1] => 1
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

            [dmgplus1] => 1168
            [bldtm] => 1
        )

    [settings] => Array
        (
            [author] => Boekie
            [element] => darkness
            [authorDisplay] => |cff00CD00Boekie|r
            [alpha] => 255
            [balanceTip] => Array
                (
                )

            [rarity] => uncommon
            [version] => 1.0
            [abil_factor] => 0.8
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -11.4947
                    [y] => -2.874
                    [z] => 12.8
                    [scale] => 0.7
                    [rot] => 3.79222
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile2.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => 2.87197
                    [y] => -4.02118
                    [z] => -89.6
                    [scale] => 0.8
                    [rot] => 1.13446
                    [file] => Doodads\Cityscape\Props\FountainRuined\FountainRuined.mdl
                    [red] => 100
                    [green] => 100
                    [blue] => 100
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => 11.6811
                    [y] => 29.7889
                    [z] => 19.2
                    [scale] => 0.85
                    [rot] => 0.526596
                    [file] => Doodads\Northrend\Structures\NorthrendRubble\NorthrendRubble2.mdl
                    [red] => 100
                    [green] => 100
                    [blue] => 100
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => 43.0065
                    [y] => -7.45505
                    [z] => 19.2
                    [scale] => 0.8
                    [rot] => 5.27983
                    [file] => Doodads\LordaeronSummer\Props\SittingCorpse\SittingCorpse.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [4] => Array
                (
                    [x] => -40.4851
                    [y] => 9.83263
                    [z] => 0
                    [scale] => 0.6
                    [rot] => 5.91667
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [5] => Array
                (
                    [x] => -1.87619
                    [y] => -44.4684
                    [z] => 0
                    [scale] => 0.6
                    [rot] => 0.20944
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    //@import
    BuffType Boekie_ampDamage
    
    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
    endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Autocast
                    [code] => local integer lvl = tower.getLevel()

call Boekie_ampDamage.apply(tower,Event.getTarget(),70+lvl*6)
                    [values] => Array
                        (
                            [caster_art] => 
                            [icon] => ReplaceableTextures\CommandButtons\BTNDoom.blp
                            [AUTOCAST_cooldown] => 5
                            [AUTOCAST_numBuffsBeforeIdle] => 3
                            [visible] => true
                            [AUTOCAST_isExtended] => false
                            [long_explain] => Increases the attack damage target creep receives by |cffFFFF8022%|r, the curse lasts |cffFFFF805|r seconds. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.6%|r bonusdamage |n |cffFFFF80+0.1|r second duration.
                            [AUTOCAST_autocastType] => AC_TYPE_OFFENSIVE_BUFF
                            [AUTOCAST_manacost] => 30
                            [AUTOCAST_range] => 900
                            [AUTOCAST_buffType] => Boekie_ampDamage
                            [name] => Dark Curse
                            [AUTOCAST_targetSelf] => false
                            [short_explain] => Amplifies the damage a creep receives.
                            [AUTOCAST_targetType] => TARGET_TYPE_CREEPS
                            [target_art] => Abilities\Spells\Human\Banish\BanishTarget.mdl
                            [AUTOCAST_autoRange] => 900
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => false
                    [category] => global
                    [typ] => BuffType
                    [name] => Boekie_ampDamage
                )

        )

)