Array
(
[scriptVersion] => 8
[oeValues] => Array
(
[Ubertip] => All those pent up negative emotions... Sometimes, you just have to let them all out!
[Art] => ReplaceableTextures\CommandButtons\BTNBerserk.blp
[abilList] => Array
(
)
[Name] => Berserk Button
)
[settings] => Array
(
[balanceTip] => Array
(
)
[goldcost] => 400
[author] => Moppy
[authorDisplay] => |c006969FFMoppy|r
[version] => 1.0
[rarity] => rare
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
BuffType moppy_berserk_button
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()
call m.addModification(MOD_DAMAGE_ADD_PERC, 0.1, 0.004)
call m.addModification(MOD_ATTACKSPEED, 0.1, 0.004)
set moppy_berserk_button = BuffType.create(5.0, 0.0, true)
call moppy_berserk_button.setBuffModifier(m)
call moppy_berserk_button.setBuffIcon('@@0@@')
endfunction
[values] => Array
(
[explain] =>
[visible] => false
[goldcost] => 0
[name] =>
)
)
[1] => Array
(
[name] => Periodic
[code] => local Tower tower = itm.getCarrier()
call moppy_berserk_button.apply(tower, tower, tower.getLevel())
[values] => Array
(
[explain] => Every |cffFFFF8015|r seconds the carrier has its attack damage and attack speed increased by |cffFFFF8010%|r for |cffFFFF805|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r attack damage and attack speed
[visible] => true
[goldcost] => 400
[PERIODIC_period] => 15
[name] => Berserk Button
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BNab
[oeValues] => Array
(
[EditorName] => Berserk Button
[Buffubertip] => Attack damage and attack speed increased.
[TargetArt] => Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
[Bufftip] => Berserk Button
[Buffart] => ReplaceableTextures\CommandButtons\BTNBerserk.blp
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)