Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => It echoes grand wars of the past.
            [Art] => ReplaceableTextures\CommandButtons\BTNBloodKey.blp
            [abilList] => Array
                (
                )

            [Name] => Bloody Key
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF00-70% |rexp gain|n|cffFFFF00-70% |rbounty collected
            [goldcost] => 1000
            [author] => Finger of Destiny
            [authorDisplay] => |cffEA1CE4Finger of Destiny|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_EXP_RECEIVED
                    [base] => -0.7
                    [add] => 0
                )

            [1] => Array
                (
                    [id] => MOD_BOUNTY_RECEIVED
                    [base] => -0.7
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    
    BuffType human_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 human_aura = BuffType.createAuraEffectType(true)  
    call m.addModification(MOD_DMG_TO_HUMANOID,0.12,0.0024)
    call m.addModification(MOD_DMG_TO_ORC,0.12,0.0024)
    call m.addModification(MOD_DPS_ADD,100,6)
    call human_aura.setBuffModifier(m)  
    call human_aura.setStackingGroup("human_aura")  
    call human_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] => Grants |cffFFFF8012%|r bonus damage against orc and humanoid creeps and also increases dps by |cffFFFF80100|r for all towers in |cffFFFF80200|r AoE.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.24%|r to orcs and humanoids|n|cffFFFF80+6|r dps
                            [AURA_targetSelf] => true
                            [visible] => true
                            [AURA_auraEffect] => human_aura
                            [goldcost] => 1000
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => Bestial Rage
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 200
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHab
                    [oeValues] => Array
                        (
                            [EditorName] => Beastial Rage
                            [Buffubertip] => This unit is under the effects of Beastial Rage; it deals increased damage to orc and humanoid creeps and also has increased dps.
                            [Bufftip] => Beastial Rage
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNBloodKey.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)