Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Flag of the Alliance
[Art] => ReplaceableTextures\CommandButtons\BTNHumanCaptureFlag.blp
[Ubertip] => This flag inspires the fighters of the alliance, they will attack faster.
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => Boekie
[authorDisplay] => |cff00CD00Boekie|r
[balanceTip] => Array
(
)
[rarity] => unique
[goldcost] => 800
[version] => 1.0
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => 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
[values] => Array
(
[visible] => false
[name] =>
[goldcost] => 0
[explain] =>
)
)
[1] => Array
(
[name] => Tower Aura
[code] => Array
(
)
[values] => Array
(
[visible] => true
[AURA_levelAdd] => 1
[AURA_targetType] => TARGET_TYPE_TOWERS
[AURA_auraRange] => 1000
[name] => Motivation
[AURA_powerAdd] => 1
[AURA_targetSelf] => true
[goldcost] => 800
[AURA_auraEffect] => boekie_alliance_aura
[AURA_power] => 0
[explain] => Increases attackspeed of towers in |cffFFFF801000|r range by |cffFFFF805%|r. |n|n|cffFF8000Level Bonus:|r|n+|cffFFFF800.1%|r attackspeed
[AURA_level] => 0
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BHab
[oeValues] => Array
(
[Bufftip] => Motivation
[Buffubertip] => This unit is under the effects of motivation; it has increased attackspeed.
[Buffart] => ReplaceableTextures\CommandButtons\BTNHumanCaptureFlag.blp
[EditorName] => Motivation
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)