Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Jungle Stalker's Doll
[Art] => ReplaceableTextures\CommandButtons\BTNJungleBeast.blp
[Ubertip] => This doll is empowered with voodoo spells, be careful!
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => poussix
[authorDisplay] => poussix
[balanceTip] => |n|cffFFFF00+2.5%|r crit chance (|cffFFFF00+0.1%|r/lvl)
[rarity] => unique
[goldcost] => 500
[version] => 1.0
)
[dmgTable] => Array
(
[0] => Array
(
[id] => MOD_ATK_CRIT_CHANCE
[base] => 0.025
[add] => 0.001
)
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
BuffType poussix_rageitem_buff
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_ATTACKSPEED,0.20,0.004)
set poussix_rageitem_buff = BuffType.create(0.0,0.0,true) //0.0 time since I will apply it custom timed
call poussix_rageitem_buff.setBuffModifier(m)
call poussix_rageitem_buff.setBuffIcon('@@0@@')
call poussix_rageitem_buff.setStackingGroup("poussix_rageitem")
endfunction
[values] => Array
(
[visible] => false
[name] =>
[goldcost] => 0
[explain] =>
)
)
[1] => Array
(
[name] => On Kill
[code] => local Tower tower = itm.getCarrier()
if tower.getBuffOfGroup("poussix_rageitem") == 0 then
call SFXAtUnit("Abilities\\Spells\\Other\\Stampede\\StampedeMissileDeath.mdl",Event.getTarget().getUnit())
call poussix_rageitem_buff.applyCustomTimed(tower,tower,tower.getLevel(),3.0)
endif
[values] => Array
(
[visible] => true
[name] => Bloodthirst
[goldcost] => 239
[explain] => When the carrier kills a unit it becomes enraged for |cffFFFF803|r seconds. While enraged, it has |cffFFFF8020%|r bonus attackspeed. Cannot retrigger while active!|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r attackspeed
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => Bblo
[oeValues] => Array
(
[Bufftip] => Bloodthirst
[Buffubertip] => This unit has Bloothirst, it's attackspeed is increased.
[Buffart] => ReplaceableTextures\CommandButtons\BTNVampiricAura.blp
[EditorName] => Bloodthirst
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)