Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Cruel Torch
            [Art] => ReplaceableTextures\CommandButtons\BTNSerpentWard.blp
            [Ubertip] => This serpentine staff ignites a burning rage within all who bear its glow.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Boekie
            [authorDisplay] => |cff00CD00Boekie|r
            [balanceTip] => Array
                (
                )

            [rarity] => unique
            [goldcost] => 1100
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    
    BuffType boekie_crit_aura2
    
    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_aura2 = BuffType.createAuraEffectType(true)  
        call m.addModification(MOD_ATK_CRIT_CHANCE,0.035,0.0008)  
        call boekie_crit_aura2.setBuffModifier(m)  
        call boekie_crit_aura2.setBuffIcon('@@0@@')
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

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

                    [values] => Array
                        (
                            [visible] => true
                            [AURA_levelAdd] => 1
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 300
                            [name] => Flames of Fury
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => true
                            [goldcost] => 1100
                            [AURA_auraEffect] => boekie_crit_aura2
                            [AURA_power] => 0
                            [explain] => Increases crit chance of towers in |cffFFFF80300|r range by |cffFFFF803.5%|r. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.08%|r chance
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

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

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)