Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Book of Knowledge
            [Art] => ReplaceableTextures\CommandButtons\BTNSpellBookBLS.blp
            [Ubertip] => Grants the tower bonus experience.
            [abilList] => Array
                (
                )

        )

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

            [rarity] => rare
            [goldcost] => 500
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local Tower tower = itm.getCarrier() 
 local real cd = tower.getBaseAttackspeed() 
 local real range = tower.getRange() 
    if Event.isMainTarget() then
        call tower.addExp(0.2*cd*(800.0/range))
    endif
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 1.0
                            [visible] => true
                            [name] => High Knowledge
                            [goldcost] => 500
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [explain] => The carrier gains |cffFFFF800.2|r experience every time its attack hits its main target. The amount of experience gained is range and base attackspeed adjusted.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)