Lesser Wolves Den v1
500
ID:
471
Family ID:
Author:
ColdRocker
Rarity:
rare
Element:
nature
Attack Type:
Physical
Attack Range:
700
Attack CD:
1.6
Damage:
535-535
Status:
Approved

Description:

A supporting tower that increases nearby towers attack speeds.
Wolven Tenacity - Aura
The strong physical presence of the wolves encourages nearby towers within a 200 radius, to increase their attack speed by 10%.

Level Bonus:
+0.5% attack speed
Download

Toggle Triggers

Header

    globals
      //@export
      BuffType speed_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 SoA=MultiboardValues.create(1)  
       // call SoA.setKey(0,"Maturity Damage Bonus")
        set speed_aura = BuffType.createAuraEffectType(true)  
        call m.addModification(MOD_ATTACKSPEED,0.0,0.0001)  
        call speed_aura.setBuffModifier(m)  
        call speed_aura.setBuffIcon('@@0@@')
        call speed_aura.setStackingGroup("wolf_aura")
    endfunction

Tower Aura

AURA_auraEffect: speed_aura AURA_power: 1000 AURA_level: 1000 AURA_auraRange: 200 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 50 AURA_powerAdd: 50 AURA_targetSelf: true
Greater Wolves Den v1
1350
ID:
472
Family ID:
Author:
ColdRocker
Rarity:
rare
Element:
nature
Attack Type:
Physical
Attack Range:
700
Attack CD:
1.6
Damage:
1485-1485
Status:
Approved

Description:

A supporting tower that increases nearby towers attack speeds.
Wolven Tenacity - Aura
The strong physical presence of the wolves encourages nearby towers within a 250 radius, to increase their attack speed by 15%.

Level Bonus:
+0.75% attack speed
Download

Toggle Triggers

Header

    globals
      //@import
      BuffType speed_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: speed_aura AURA_power: 1500 AURA_level: 1500 AURA_auraRange: 250 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 75 AURA_powerAdd: 75 AURA_targetSelf: true
Grand Wolves Lair v1
2250
ID:
473
Family ID:
Author:
ColdRocker
Rarity:
rare
Element:
nature
Attack Type:
Physical
Attack Range:
700
Attack CD:
1.6
Damage:
2474-2474
Status:
Approved

Description:

A supporting tower which increases nearby towers attack speeds.
Wolven Tenacity - Aura
The strong physical presence of the wolves encourages nearby towers within a 300 radius, to increase their attack speed by 20%.

Level Bonus:
+1% attack speed
Download

Toggle Triggers

Header

    globals
      //@import
      BuffType speed_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: speed_aura AURA_power: 2000 AURA_level: 2000 AURA_auraRange: 300 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 100 AURA_powerAdd: 100 AURA_targetSelf: true