Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Faithful Staff
[Art] => ReplaceableTextures\CommandButtons\BTNPriestMaster.blp
[Ubertip] => Grants experience when a spell is cast on a friendly tower.
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => Boekie
[authorDisplay] => |cff00CD00Boekie|r
[balanceTip] => Array
(
)
[rarity] => unique
[goldcost] => 400
[version] => 1.0
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => On Spell Cast
[code] => local Unit tower = itm.getCarrier()
local Unit targetUnit = Event.getTarget()
if targetUnit.isATower() == true then
call targetUnit.addExp(1)
call tower.addExp(1)
endif
[values] => Array
(
[visible] => true
[name] => Reward the Faithful
[goldcost] => 400
[explain] => Whenever the carrier of this item casts a spell on a friendly tower both towers gain |cffFFFF801|r experience.
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
)
)