Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Priest Figurine
            [Art] => ReplaceableTextures\CommandButtons\BTNPriest.blp
            [Ubertip] => This small figurine shines bright on damaged creeps. They will grant more experience.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Boekie
            [authorDisplay] => |cff00CD00Boekie|r
            [balanceTip] => Array
                (
                )

            [rarity] => unique
            [goldcost] => 250
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local Tower tower = itm.getCarrier()
local real speed = tower.getBaseAttackspeed()

    if Event.isMainTarget() == true  and tower.calcChance(0.2*speed) == true then
        call Event.getTarget().modifyProperty(MOD_EXP_GRANTED,  0.05)
    endif
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 1.0
                            [visible] => true
                            [name] => Enlighten
                            [goldcost] => 250
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [explain] => Whenever the carrier of this item damages a creep there is a |cffFFFF8020%|r attackspeed adjusted chance that the damaged creep grants |cffFFFF805%|r more experience. This modification is permanent and it stacks.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)