Array
(
[scriptVersion] => 8
[oeValues] => Array
(
[Ubertip] => These bone chimes enthrall the troops of the Scourge, driving them to fight with ferocious abandon.
[Art] => ReplaceableTextures\CommandButtons\BTNBoneChimes.blp
[abilList] => Array
(
)
[Name] => Bone Chimes of the Scourge
)
[settings] => Array
(
[balanceTip] => Array
(
)
[goldcost] => 800
[author] => Moppy
[authorDisplay] => |c006969FFMoppy|r
[version] => 1.0
[rarity] => unique
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
BuffType moppy_scourge_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 moppy_scourge_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_DAMAGE_ADD_PERC, 0.1, 0.002)
call moppy_scourge_aura.setBuffModifier(m)
call moppy_scourge_aura.setStackingGroup ("moppy_scourge_aura")
call moppy_scourge_aura.setBuffIcon('@@0@@')
endfunction
[values] => Array
(
[explain] => Increases attack damage of towers in |cffFFFF801000|r range by |cffFFFF8010%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.2%|r attack damage
[visible] => true
[goldcost] => 800
[name] => Enthralment
)
)
[1] => Array
(
[name] => Tower Aura
[code] => Array
(
)
[values] => Array
(
[AURA_powerAdd] => 1
[explain] =>
[AURA_targetSelf] => true
[visible] => false
[AURA_auraEffect] => moppy_scourge_aura
[goldcost] => 0
[AURA_levelAdd] => 1
[AURA_power] => 0
[name] =>
[AURA_level] => 0
[AURA_targetType] => TARGET_TYPE_TOWERS
[AURA_auraRange] => 1000
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BOae
[oeValues] => Array
(
[EditorName] => Enthralment
[Buffubertip] => Attack damage increased.
[Bufftip] => Enthralment
[Buffart] => ReplaceableTextures\CommandButtons\BTNBoneChimes.blp
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)