Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => Guided by wisdom, not might.
            [Art] => ReplaceableTextures\CommandButtons\BTNAbility_paladin_blessedmending.blp
            [abilList] => Array
                (
                )

            [Name] => Guiding Hand
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF80Specials:|r|n|cffFFFF00+10% |rexp gain
            [goldcost] => 1136
            [author] => Ashbringer
            [authorDisplay] => |cffFF6600Ashbringer|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_EXP_RECEIVED
                    [base] => 0.1
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Tower tower = itm.getCarrier()
    local Unit target = Event.getTarget()

    if tower.calcChance(0.15 * tower.getBaseAttackspeed()) then
        call Effect.createSimpleOnUnit("Abilities\\Spells\\Items\\StaffOfPurification\\PurificationTarget.mdl", target, "origin").destroy()
        call tower.doSpellDamage(target, tower.getExp(), tower.calcSpellCritNoBonus())
    endif
                    [values] => Array
                        (
                            [explain] => Attacks have a |cffFFFF8015%|r attack speed adjusted chance to unleash a blast of holy light that deals spell damage equal to the tower's total experience.
                            [visible] => true
                            [goldcost] => 1100
                            [name] => Guiding Light
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)