Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => The mere appearance of this axe fills enemies with dread.
            [Art] => ReplaceableTextures\CommandButtons\BTNspell_deathknight_butcher.blp
            [abilList] => Array
                (
                )

            [Name] => Bloodstained Harvester
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF80Specials:|r|n|cffFFFF00+30% |rdmg to masses|n|cffFFFF00+30% |rdmg to normals|n|cffFFFF00+10%|r crit chance
            [goldcost] => 2607
            [author] => Moppy
            [authorDisplay] => |c006969FFMoppy|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DMG_TO_MASS
                    [base] => 0.3
                    [add] => 0
                )

            [1] => Array
                (
                    [id] => MOD_DMG_TO_NORMAL
                    [base] => 0.3
                    [add] => 0
                )

            [2] => Array
                (
                    [id] => MOD_ATK_CRIT_CHANCE
                    [base] => 0.1
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType moppy_murderous_intent_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 moppy_murderous_intent_aura = BuffType.createAuraEffectType(true)
    call m.addModification(MOD_ARMOR, -5.00, -0.1)
    call moppy_murderous_intent_aura.setBuffModifier(m)
    call moppy_murderous_intent_aura.setBuffIcon('@@0@@') 
	endfunction
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

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

                    [values] => Array
                        (
                            [AURA_powerAdd] => 1
                            [explain] => Decreases armor of creeps in |cffFFFF80700|r range by |cffFFFF805|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.1|r armor reduction
                            [AURA_targetSelf] => false
                            [visible] => true
                            [AURA_auraEffect] => moppy_murderous_intent_aura
                            [goldcost] => 600
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => Murderous Intent
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_CREEPS
                            [AURA_auraRange] => 700
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BNab
                    [oeValues] => Array
                        (
                            [Targetattach] => Array
                                (
                                )

                            [EditorName] => Murderous Intent
                            [Buffubertip] => Reduced armor.
                            [TargetArt] => Array
                                (
                                )

                            [Bufftip] => Murderous Intent
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNSpiritWalkerAdeptTraining.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)