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

            [targs1] => Array
                (
                )

            [goldcost] => 1800
            [weapsOn] => 1
            [dice1] => 1
            [castpt] => 1
            [Missilespeed] => 1000
            [moveHeight] => 53
            [file] => units\orc\OrcWarlockGuldan\OrcWarlockGuldan.mdl
            [manaN] => 30
            [atkType1] => hero
            [weapTp1] => missile
            [acquire] => 900
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 1
            [Ubertip] => Buffs nearby towers to increase their attack strenght.
            [regenMana] => 2
            [abilList] => Array
                (
                )

            [launchZ] => 100
            [Name] => Dragon Sorcerer
            [Missileart] => Abilities\Weapons\LordofFlameMissile\LordofFlameMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNChaosWarlock.blp
            [buildingShadow] => Array
                (
                )

            [turnRate] => 2
            [unitSound] => ShamanX
            [sides1] => 10
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

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

    [settings] => Array
        (
            [author] => Boekie
            [element] => fire
            [authorDisplay] => |cff00CD00Boekie|r
            [alpha] => 255
            [balanceTip] => |cffFFFF80+5 |rmana/lvl|n|cffFFFF80+0.1 |rmana regen/lvl
            [rarity] => unique
            [version] => 1.0
            [abil_factor] => 0.75
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 0.76613
                    [y] => -13.1523
                    [z] => 0
                    [scale] => 1
                    [rot] => 4.66971
                    [file] => Doodads\Outland\Props\Altar\Altar.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => 34.2512
                    [y] => -15.422
                    [z] => 32
                    [scale] => 0.8
                    [rot] => 2.99637
                    [file] => Doodads\Outland\Props\Stake\Stake1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => -1.55
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => -34.3185
                    [y] => -13.8691
                    [z] => 32
                    [scale] => 0.8
                    [rot] => 6.14053
                    [file] => Doodads\Outland\Props\Stake\Stake1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => -1.55
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => -23.9293
                    [y] => -57.5916
                    [z] => 0
                    [scale] => 1
                    [rot] => 4.66628
                    [file] => Doodads\Cinematic\DemonFootPrint\DemonFootPrint1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [4] => Array
                (
                    [x] => 6.8067
                    [y] => -8.45027
                    [z] => -12.8
                    [scale] => 1
                    [rot] => 2.79253
                    [file] => Doodads\Cinematic\FireRockSmall\FireRockSmall.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [5] => Array
                (
                    [x] => 11.5094
                    [y] => -58.6774
                    [z] => 0
                    [scale] => 1
                    [rot] => 4.73904
                    [file] => Doodads\Cinematic\DemonFootPrint\DemonFootPrint1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_MANA
                    [base] => 0
                    [add] => 5
                )

            [1] => Array
                (
                    [id] => MOD_MANA_REGEN
                    [base] => 0
                    [add] => 0.1
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        BuffType boekie_markBuff
    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 boekie_markBuff = BuffType.create( 10.00, 0.4, true )
        call boekie_markBuff.setBuffIcon( '@@0@@' )
        call m.addModification( MOD_MULTICRIT_COUNT, 1.00, 0.00 )
        call m.addModification( MOD_ATK_CRIT_CHANCE, 0.075, 0.002 )
        call m.addModification( MOD_ATTACKSPEED, 0.25, 0.006 )
        call boekie_markBuff.setBuffModifier( m )
	endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Autocast
                    [code] => Array
                        (
                        )

                    [values] => Array
                        (
                            [caster_art] => 
                            [icon] => ReplaceableTextures\CommandButtons\BTNImmolationOn.blp
                            [AUTOCAST_cooldown] => 2.00
                            [AUTOCAST_numBuffsBeforeIdle] => 3
                            [AUTOCAST_isExtended] => false
                            [long_explain] => This tower adds a buff to a tower in |cffFFFF80500|r range that lasts |cffFFFF8010|r seconds. The buff increases the multicrit count by |cffFFFF801|r,  the crit chance by |cffFFFF807.5%|r and the attack speed by |cffFFFF8025%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4|r seconds duration |r|n|cffFFFF80+0.6%|r attackspeed |r|n|cffFFFF80+0.2%|r crit chance
                            [AUTOCAST_autocastType] => AC_TYPE_OFFENSIVE_BUFF
                            [AUTOCAST_manacost] => 20
                            [AUTOCAST_range] => 500
                            [AUTOCAST_buffType] => boekie_markBuff
                            [name] => Burning Mark
                            [AUTOCAST_targetSelf] => true
                            [short_explain] => Applies a buff which increases attack stats.
                            [AUTOCAST_targetType] => TARGET_TYPE_TOWERS
                            [target_art] => Abilities\Spells\Other\Doom\DoomDeath.mdl
                            [AUTOCAST_autoRange] => 500
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bbsk
                    [oeValues] => Array
                        (
                            [Bufftip] => Burning Mark
                            [Buffubertip] => This unit is under the effect of Burning Mark. Its attack is enchanced.
                            [Targetattach2] => head
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNImmolationOn.blp
                            [TargetArt] => Abilities\Spells\Orc\TrollBerserk\HeadhunterWEAPONSLeft.mdl,
                            [EditorName] => Burning Mark
                            [Effectsoundlooped] => PhoenixWarcry
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)