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

            [targs1] => Array
                (
                )

            [goldcost] => 550
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [moveHeight] => -50
            [file] => Doodads\Cityscape\Structures\City_ColumnSingle\City_ColumnSingle.mdl
            [atkType1] => normal
            [modelScale] => 0.5
            [weapTp1] => missile
            [Missilearc] => 0.2
            [acquire] => 800
            [rangeN1] => 800
            [upgrades] => Array
                (
                )

            [cool1] => 0.7
            [Ubertip] => This totem uses ancient magic to boost spells.
            [abilList] => Array
                (
                )

            [launchZ] => 250
            [Name] => Lightning Totem
            [Missileart] => Abilities\Weapons\VengeanceMissile\VengeanceMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNAdvancedStrengthOfTheMoon.blp
            [buildingShadow] => Array
                (
                )

            [sides1] => 1
            [auto] => Array
                (
                )

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

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

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

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 15.9261
                    [y] => -0.825018
                    [z] => 64
                    [scale] => 0.5
                    [rot] => 0.77161
                    [file] => Doodads\Cityscape\Structures\City_ColumnSingle2_Ruined\City_ColumnSingle2_Ruined.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => -21.2184
                    [y] => 2.29044
                    [z] => 64
                    [scale] => 0.5
                    [rot] => 3.86276
                    [file] => Doodads\Cityscape\Structures\City_ColumnSingle2_Ruined\City_ColumnSingle2_Ruined.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => 0.0696161
                    [y] => -4.50713
                    [z] => 57.6
                    [scale] => 0.7
                    [rot] => 4.6961
                    [file] => units\orc\StasisTotem\StasisTotem.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
    //@export  
    BuffType boekie_spellCrit_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_spellCrit_aura = BuffType.createAuraEffectType(true)  
    call m.addModification(MOD_SPELL_CRIT_CHANCE,0.0,0.001)  // apply custom
    call boekie_spellCrit_aura.setBuffModifier(m)  
    call boekie_spellCrit_aura.setStackingGroup("boekie_spellCrit_aura")  
    call boekie_spellCrit_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\BTNStasisTrap.blp
                            [visible] => true
                            [AURA_auraEffect] => boekie_spellCrit_aura
                            [AURA_power] => 50
                            [AURA_level] => 50
                            [long_explain] => Increases spell crit chance of towers in |cffFFFF80300|r range by |cffFFFF805%|r. |n|n|cffFF8000Level Bonus:|r|n+|cffFFFF800.2%|r spell crit chance
                            [AURA_auraRange] => 300
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_levelAdd] => 2
                            [AURA_powerAdd] => 2
                            [name] => Ancient Magic
                            [AURA_targetSelf] => false
                            [short_explain] => Increases the spell crit chance of nearby towers.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BOac
                    [oeValues] => Array
                        (
                            [Bufftip] => Ancient Magic
                            [Buffubertip] => This tower is under the effect of ancient magic, its spell crit chance is increased.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNStasisTrap.blp
                            [EditorName] => Ancient Magic
                        )

                )

        )

    [units] => Array
        (
        )

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

        )

)