Flag of the Alliance v1 800
lvl: 21
|
ID: 60
Author: Boekie
Rarity: unique
Status: Approved
|
Motivation
Increases attackspeed of towers in 1000 range by 5%. Level Bonus: +0.1% attackspeed |
Download
Toggle Triggers Header
goldcost: 0
globals
BuffType boekie_alliance_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_alliance_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_ATTACKSPEED,0.05,0.001)
call boekie_alliance_aura.setBuffModifier(m)
call boekie_alliance_aura.setStackingGroup("boekie_alliance_aura")
call boekie_alliance_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_levelAdd: 1
AURA_targetType: TARGET_TYPE_TOWERS
AURA_auraRange: 1000
AURA_powerAdd: 1
AURA_targetSelf: true
goldcost: 800
AURA_auraEffect: boekie_alliance_aura
AURA_power: 0
AURA_level: 0
|
Description:
Latest Upload Comment: