Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Orb of Souls
[Art] => ReplaceableTextures\CommandButtons\BTNUsedSoulGem.blp
[Ubertip] => Inside the orb you can see the swirling, tormented souls of countless victims.
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => Sunken
[authorDisplay] => |c006969FFSunken|r
[balanceTip] => Array
(
)
[rarity] => uncommon
[goldcost] => 180
[version] => 1.0
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => On Item Creation
[code] => set itm.userReal = 50
[values] => Array
(
[visible] => false
[name] =>
[goldcost] => -0
[explain] =>
)
)
[1] => Array
(
[name] => On Item Pickup
[code] => local Unit tower = itm.getCarrier()
local real r = itm.userReal
if r > 0 then
call tower.addExpFlat(r)
endif
[values] => Array
(
[visible] => true
[name] => Ethereal Knowledge
[goldcost] => 180
[explain] => Grants |cffFFFF8050|r flat experience to the holder, but is bound to the item and lost on drop. If the tower has less than |cffFFFF8050|r experience when the item is dropped, the item will drain experience from the next tower it is placed in, up to |cffFFFF8050|r experience.
)
)
[2] => Array
(
[name] => On Item Drop
[code] => local Unit tower = itm.getCarrier()
set itm.userReal = tower.removeExpFlat(50)
[values] => Array
(
[visible] => false
[name] =>
[goldcost] => 0
[explain] =>
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
)
)