Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => Oooh! What are these ancient scribings?
            [Art] => ReplaceableTextures\CommandButtons\BTNBansheeAdept.blp
            [abilList] => Array
                (
                )

            [Name] => Arcane Script
        )

    [settings] => Array
        (
            [balanceTip] => Array
                (
                )

            [goldcost] => 200
            [author] => Finger of Destiny
            [authorDisplay] => |cffEA1CE4Finger of Destiny|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Spell Cast
                    [code] => local real cd = Event.getAutocastType().getCooldown()

    if not Event.getAutocastType().isItemAutocast() then
        call itm.getCarrier().addExp(0.2*cd)
        call itm.getCarrier().getOwner().giveGold(0.5*cd, itm.getCarrier().getUnit(), false, true)
    endif
                    [values] => Array
                        (
                            [explain] => Whenever the carrier casts its own active ability it gains |cffFFFF80[0.2 x cooldown]|r experience and grants |cffFFFF80[0.5 x cooldown]|r gold.
                            [visible] => true
                            [goldcost] => 200
                            [name] => Script Reading
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)