Lightning Totem v1
700
ID:
604
Family ID:
Author:
Boekie
Rarity:
rare
Element:
storm
Attack Type:
Energy
Attack Range:
800
Attack CD:
0.7
Damage:
351-351
Status:
Approved

Description:

This totem uses ancient magic to boost lightning spells.
Ancient Magic - Aura
Increases spell crit chance of towers in 500 range by 10%. 

Level Bonus:
+0.2% spell crit chance
Download

Toggle Triggers

Header

    globals
    //@export  
    BuffType boekie_spellCrit_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_spellCrit_aura = BuffType.createAuraEffectType(true)  
    call m.addModification(MOD_SPELL_CRIT_CHANCE,0.10,0.001)  // apply custom
    call boekie_spellCrit_aura.setBuffModifier(m)  
    call boekie_spellCrit_aura.setStackingGroup("boekie_spellCrit_aura")  
    call boekie_spellCrit_aura.setBuffIcon('@@0@@')  
    endfunction

Tower Aura

AURA_auraEffect: boekie_spellCrit_aura AURA_power: 0 AURA_level: 0 AURA_auraRange: 500 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 2 AURA_powerAdd: 2 AURA_targetSelf: false
Old Lightning Totem v1
1300
ID:
605
Family ID:
Author:
Boekie
Rarity:
rare
Element:
storm
Attack Type:
Energy
Attack Range:
800
Attack CD:
0.7
Damage:
652-652
Status:
Approved

Description:

This totem uses ancient magic to boost lightning spells.
Ancient Magic - Aura
Increases spell crit chance of towers in 500 range by 15%. 

Level Bonus:
+0.2% spell crit chance
Download

Toggle Triggers

Header

    globals
    //@import 
    BuffType boekie_spellCrit_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
    endfunction

Tower Aura

AURA_auraEffect: boekie_spellCrit_aura AURA_power: 50 AURA_level: 50 AURA_auraRange: 500 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 2 AURA_powerAdd: 2 AURA_targetSelf: false
Ancient Lightning Totem v1
2400
ID:
606
Family ID:
Author:
Boekie
Rarity:
rare
Element:
storm
Attack Type:
Energy
Attack Range:
800
Attack CD:
0.7
Damage:
1205-1205
Status:
Approved

Description:

This totem uses ancient magic to boost lightning spells.
Ancient Magic - Aura
Increases spell crit chance of towers in 500 range by 20%. 

Level Bonus:
+0.2% spell crit chance
Download

Toggle Triggers

Header

    globals
    //@import 
    BuffType boekie_spellCrit_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
    endfunction

Tower Aura

AURA_auraEffect: boekie_spellCrit_aura AURA_power: 100 AURA_level: 100 AURA_auraRange: 500 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 2 AURA_powerAdd: 2 AURA_targetSelf: false