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
Abil. Factor: 0.5
Status: Approved
|
Wolven Tenacity
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
|
Description:
Latest Upload Comment: