Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Bhaal's Essence
            [Art] => ReplaceableTextures\CommandButtons\BTNAcidBomb.blp
            [Ubertip] => The essence of The Lord of Murder.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => poussix
            [authorDisplay] => poussix
            [balanceTip] => |n|cffFFFF0060% |rdebuff resistance
            [rarity] => unique
            [goldcost] => 2727
            [version] => 1.0
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DEBUFF_RESISTANCE
                    [base] => -0.6
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    
    BuffType poussix_fright_aura//thanks to Gex "ice core" 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 slow = Modifier.create() 
    local Modifier m = Modifier.create()  
    set poussix_fright_aura = BuffType.createAuraEffectType(true)  
    call slow.addModification(MOD_MOVESPEED,-0.10,-0.0020) 
    call m.addModification( MOD_ARMOR, -4.00, -0.2 ) 
    call poussix_fright_aura.setBuffModifier(m)  
    call poussix_fright_aura.setStackingGroup("fright_aura")  
    call poussix_fright_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] => 650
                            [name] => Fright Aura
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => false
                            [goldcost] => 1200
                            [AURA_auraEffect] => poussix_fright_aura
                            [AURA_power] => 0
                            [explain] => Slows movement speed of enemies in |cffFFFF80650|r range by |cffFFFF8010%|r and decreases their armor by |cffFFFF804|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.2%|r slow|r|n|cffFFFF80+0.2|r armor
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BUdd
                    [oeValues] => Array
                        (
                            [Bufftip] => Fright Aura
                            [Targetattach] => chest
                            [Buffubertip] => This unit has reduced movement speed.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNAnimateDead.blp
                            [TargetArt] => Abilities\Spells\Undead\DeathandDecay\DeathandDecayTarget.mdl
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)