Sword of Decay v1
400
lvl: 13

ID:

205

Author:

drol

Rarity:

rare

Status:

Approved

Description:

Increases the damage nearby towers deal to nature creeps.

Latest Upload Comment:

Restored from 1.10
Rot
Grants 12% bonus damage against nature to all towers within 200 range.

Level Bonus:
+0.24% damage
Download

Toggle Triggers

Header

goldcost: 0
    globals
    
    BuffType nature_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 nature_aura = BuffType.createAuraEffectType(true)  
    call m.addModification(MOD_DMG_TO_NATURE,0.12,0.0024)  
    call nature_aura.setBuffModifier(m)  
    call nature_aura.setStackingGroup("nature_aura")  
    call nature_aura.setBuffIcon('@@0@@') 
    
    
    
    endfunction

Tower Aura

AURA_levelAdd: 1 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 200 AURA_powerAdd: 1 AURA_targetSelf: true goldcost: 400 AURA_auraEffect: nature_aura AURA_power: 0 AURA_level: 0