Warsong Double Bass v1 1325
lvl: 38
|
ID: 58
Author: Neotopia
Rarity: unique
Status: Approved
|
Warsong Double Bass
The catchy Bass Line of the drums increases the attackspeed of towers in 200 range, by 7.5%. Level Bonus: +0.1% attack speed |
Download
Toggle Triggers Header
goldcost: 1200
globals
BuffType Neotopia_Drumspeed
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 Neotopia_Drumspeed = BuffType.createAuraEffectType(true)
call m.addModification(MOD_ATTACKSPEED,0.0,0.0001)
call Neotopia_Drumspeed.setBuffModifier(m)
call Neotopia_Drumspeed.setBuffIcon('@@0@@')
call Neotopia_Drumspeed.setStackingGroup("Neotopia_Drumspeed_Aura")
endfunction
Tower Aura
AURA_levelAdd: 10
AURA_targetType: TARGET_TYPE_TOWERS
AURA_auraRange: 200
AURA_powerAdd: 10
AURA_targetSelf: true
goldcost: 125
AURA_auraEffect: Neotopia_Drumspeed
AURA_power: 750
AURA_level: 750
|
Description:
Latest Upload Comment: