Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Sword of Reckoning
[Art] => ReplaceableTextures\CommandButtons\BTNUpgradeRegenerationAura.blp
[Ubertip] => Increases the damage nearby towers deal to undead creeps.
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => drol
[authorDisplay] => |cffcc6600drol|r
[balanceTip] => Array
(
)
[rarity] => rare
[goldcost] => 400
[version] => 1.0
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
BuffType undead_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 undead_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_DMG_TO_UNDEAD,0.12,0.0024)
call undead_aura.setBuffModifier(m)
call undead_aura.setStackingGroup("undead_aura")
call undead_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] => 200
[name] => Holy Wrath
[AURA_powerAdd] => 1
[AURA_targetSelf] => true
[goldcost] => 400
[AURA_auraEffect] => undead_aura
[AURA_power] => 0
[explain] => Grants |cffFFFF8012%|r bonus damage against undead to all towers within |cffFFFF80200|r range.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.24%|r damage
[AURA_level] => 0
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BHab
[oeValues] => Array
(
[Bufftip] => Holy Wrath
[Buffubertip] => This unit is under the effects of Holy Wrath; it deals increased damage to undead creeps.
[Buffart] => ReplaceableTextures\CommandButtons\BTNUpgradeRegenerationAura.blp
[EditorName] => Holy Wrath
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)