Array
(
[scriptVersion] => 8
[oeValues] => Array
(
[Ubertip] => Just do it!
[Art] => ReplaceableTextures\CommandButtons\BTNVillagerMan1.blp
[abilList] => Array
(
)
[Name] => Shia Labeouf
)
[settings] => Array
(
[balanceTip] => Array
(
)
[goldcost] => 1000
[author] => Ashbringer
[authorDisplay] => |cffFF6600Ashbringer|r
[version] => 1.0
[rarity] => unique
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => On Item Drop
[code] => call itm.getCarrier().modifyProperty(MOD_ATTACKSPEED, -itm.userReal)
[values] => Array
(
[explain] =>
[visible] => false
[goldcost] => 0
[name] =>
)
)
[1] => Array
(
[name] => Header
[code] => globals
MultiboardValues ashbringer_shia_mb
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
set ashbringer_shia_mb = MultiboardValues.create(1)
call ashbringer_shia_mb.setKey(0,"Bonus Attack Speed")
endfunction
[values] => Array
(
[explain] =>
[visible] => false
[goldcost] => 0
[name] =>
)
)
[2] => Array
(
[name] => On Tower Details
[code] => call ashbringer_shia_mb.setValue(0, formatPercentAddColor(itm.userReal, 1))
return ashbringer_shia_mb
[values] => Array
(
[0] => Array
(
[_value] => 0
[typ] => string
)
)
)
[3] => Array
(
[name] => On Kill
[code] => if itm.userReal < 3 then
call itm.getCarrier().modifyProperty(MOD_ATTACKSPEED, 0.005)
set itm.userReal = itm.userReal + 0.005
endif
[values] => Array
(
[explain] => Shia Labeouf increases the attack speed of the holder by |cffFFFF800.5%|r for each kill, up to a maximum of |cffFFFF80300%|r bonus. This bonus is bound to the item.
[visible] => true
[goldcost] => 1000
[name] => Just Do It!
)
)
[4] => Array
(
[name] => On Item Pickup
[code] => call itm.getCarrier().modifyProperty(MOD_ATTACKSPEED, itm.userReal)
[values] => Array
(
[explain] =>
[visible] => false
[goldcost] => 0
[name] =>
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
)
)