Cruel Fire v1
550
ID:
461
Family ID:
Author:
Boekie
Rarity:
rare
Element:
fire
Attack Type:
Decay
Attack Range:
900
Attack CD:
1.5
Damage:
642-642
Abil. Factor:
0.7
Status:
Approved

Description:

An aura tower which gives towers a bonus crit chance.

Latest Upload Comment:

Restored from 1.10
Fire of Fury
Increases crit chance of towers in 300 range by 5%. 

Level Bonus:
+0.2% chance
Download

Toggle Triggers

Header

    globals     
    //@export
    BuffType boekie_crit_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 boekie_crit_aura = BuffType.createAuraEffectType(true)
        call m.addModification(MOD_ATK_CRIT_CHANCE,0.05,0.002)
        call boekie_crit_aura.setBuffModifier(m)
        call boekie_crit_aura.setStackingGroup("crit_aura")
        call boekie_crit_aura.setBuffIcon('@@0@@')
    endfunction

Tower Aura

AURA_auraEffect: boekie_crit_aura AURA_power: 0 AURA_level: 0 AURA_auraRange: 300 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 1 AURA_powerAdd: 1 AURA_targetSelf: true