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

            [targs1] => Array
                (
                )

            [goldcost] => 550
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [file] => Doodads\Dungeon\Props\DungeonObilisk\DungeonObilisk.mdl
            [modelScale] => 0.6
            [atkType1] => hero
            [weapTp1] => missile
            [acquire] => 800
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 1.5
            [Ubertip] => An aura tower which gives towers a bonus crit chance.
            [green] => 150
            [abilList] => Array
                (
                )

            [Name] => Cruel Fire
            [Missileart] => Abilities\Weapons\LavaSpawnMissile\LavaSpawnMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNArcaniteMelee.blp
            [red] => 150
            [buildingShadow] => Array
                (
                )

            [blue] => 150
            [sides1] => 1
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

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

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

            [rarity] => rare
            [version] => 1.0
            [abil_factor] => 0.7
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -33.5903
                    [y] => -14.02
                    [z] => -12.8
                    [scale] => 0.6
                    [rot] => 4.36332
                    [file] => Doodads\LordaeronSummer\Props\brazieromni\brazieromni.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => -35.4803
                    [y] => -14.02
                    [z] => -25.6
                    [scale] => 0.6
                    [rot] => 4.5818
                    [file] => Doodads\LordaeronSummer\Props\ImpaledBody\ImpaledBody1.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => -0.346417
                    [y] => 8.44854
                    [z] => 89.6
                    [scale] => 0.7
                    [rot] => 3.54302
                    [file] => Doodads\Cinematic\FireRockSmall\FireRockSmall.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => 0.79297
                    [y] => 0.475745
                    [z] => 0
                    [scale] => 0.7
                    [rot] => 0.715585
                    [file] => Doodads\Cinematic\FireRockSmall\FireRockSmall.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [4] => Array
                (
                    [x] => 41.7034
                    [y] => -6.77723
                    [z] => 0
                    [scale] => 0.28
                    [rot] => -0.277197
                    [file] => Doodads\Outland\Props\Grate\Grate0.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [5] => Array
                (
                    [x] => -4.33425
                    [y] => -10.9231
                    [z] => 38.4
                    [scale] => 0.2
                    [rot] => 4.38529
                    [file] => Doodads\Outland\Props\Grate\Grate0.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => -1.4
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [6] => Array
                (
                    [x] => -14.5139
                    [y] => -38.4218
                    [z] => 0
                    [scale] => 0.28
                    [rot] => 4.36194
                    [file] => Doodads\Outland\Props\Grate\Grate0.mdl
                    [red] => 255
                    [green] => 150
                    [blue] => 150
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals     
    //@export
    BuffType boekie_crit_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 boekie_crit_aura = BuffType.createAuraEffectType(true)
        call m.addModification(MOD_ATK_CRIT_CHANCE,0.05,0.002)
        call boekie_crit_aura.setBuffModifier(m)
        call boekie_crit_aura.setStackingGroup("crit_aura")
        call boekie_crit_aura.setBuffIcon('@@0@@')
	endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

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

                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNFlare.blp
                            [visible] => true
                            [AURA_auraEffect] => boekie_crit_aura
                            [AURA_power] => 0
                            [AURA_level] => 0
                            [long_explain] => Increases crit chance of towers in |cffFFFF80300|r range by |cffFFFF805%|r. |n|n|cffFF8000Level Bonus:|r|n+|cffFFFF800.2%|r chance
                            [AURA_auraRange] => 300
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_levelAdd] => 1
                            [AURA_powerAdd] => 1
                            [name] => Fire of Fury
                            [AURA_targetSelf] => true
                            [short_explain] => Increases crit chance.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHad
                    [oeValues] => Array
                        (
                            [Bufftip] => Fire of Fury
                            [Buffubertip] => This unit is under the effects of Fire of Fury; it has increased crit chance.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNFlare.blp
                            [EditorName] => Fire of Fury
                        )

                )

        )

    [units] => Array
        (
        )

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

        )

)