Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Artifact of Skadi
            [Art] => ReplaceableTextures\CommandButtons\BTNIceShard.blp
            [Ubertip] => This old artifact that belongs to the godess of winter slows all creeps that come close.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType boekie_skadiSlow_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_skadiSlow_aura = BuffType.createAuraEffectType(false)  
    call m.addModification(MOD_MOVESPEED,-0.14,0)  
    call boekie_skadiSlow_aura.setBuffModifier(m)  
    call boekie_skadiSlow_aura.setStackingGroup("boekie_frostAura")  
    call boekie_skadiSlow_aura.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_CREEPS
                            [AURA_auraRange] => 800
                            [name] => Skadi's Influence
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => false
                            [goldcost] => 1000
                            [AURA_auraEffect] => boekie_skadiSlow_aura
                            [AURA_power] => 0
                            [explain] => Slows movementspeed of creeps in |cffFFFF80800|r range by |cffFFFF8014%|r.
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHab
                    [oeValues] => Array
                        (
                            [Bufftip] => Skadi's Influence
                            [Buffubertip] => This unit is under Skadi's Influence, it's slowed.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNIceShard.blp
                            [TargetArt] => Abilities\Spells\Other\GeneralAuraTarget\GeneralAuraTarget.mdl
                            [EditorName] => Skadi's Influence
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)