Cruel Torch v1
1100
lvl: 31

ID:

17

Author:

Boekie

Rarity:

unique

Status:

Approved

Description:

This serpentine staff ignites a burning rage within all who bear its glow.

Latest Upload Comment:

Restored from 1.10
Flames of Fury
Increases crit chance of towers in 300 range by 3.5%. 

Level Bonus:
+0.08% chance
Download

Toggle Triggers

Header

goldcost: 0
    globals
    
    BuffType boekie_crit_aura2
    
    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 boekie_crit_aura2 = BuffType.createAuraEffectType(true)  
        call m.addModification(MOD_ATK_CRIT_CHANCE,0.035,0.0008)  
        call boekie_crit_aura2.setBuffModifier(m)  
        call boekie_crit_aura2.setBuffIcon('@@0@@')
    endfunction

Tower Aura

AURA_levelAdd: 1 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 300 AURA_powerAdd: 1 AURA_targetSelf: true goldcost: 1100 AURA_auraEffect: boekie_crit_aura2 AURA_power: 0 AURA_level: 0