Bloody Key v1
1000
lvl: 40

ID:

228

Author:

Finger of Destiny

Rarity:

rare

Status:

Approved

Description:

It echoes grand wars of the past.

Latest Upload Comment:

Restored from 1.10
Bestial Rage
Grants 12% bonus damage against orc and humanoid creeps and also increases dps by 100 for all towers in 200 AoE.

Level Bonus:
+0.24% to orcs and humanoids
+6 dps
Specials:
-70% exp gain
-70% bounty collected
Download

Toggle Triggers

Header

goldcost: 0
    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

Tower Aura

AURA_powerAdd: 1 AURA_targetSelf: true AURA_auraEffect: human_aura goldcost: 1000 AURA_levelAdd: 1 AURA_power: 0 AURA_level: 0 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 200