Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => A powerful knowledge is captured into this essence.
            [Art] => ReplaceableTextures\CommandButtons\BTNMoonStone.blp
            [abilList] => Array
                (
                )

            [Name] => Lunar Essence
        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Item Drop
                    [code] => local Tower tower = itm.getCarrier()
    set itm.userReal = tower.removeExpFlat(200)
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

            [1] => Array
                (
                    [name] => On Item Creation
                    [code] => set itm.userReal = 200
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

            [2] => Array
                (
                    [name] => On Item Pickup
                    [code] => local Tower tower = itm.getCarrier()
    local real r = itm.userReal
    if r > 0 then
        call tower.addExpFlat(r)
    endif
                    [values] => Array
                        (
                            [explain] => Grants |cffFFFF80200|r flat experience to the holder, but is bound to the item and lost on drop. If the tower has less than |cffFFFF80200|r experience when the item is dropped, the item will drain experience from the next tower it is placed in, up to |cffFFFF80200|r experience.
                            [visible] => true
                            [goldcost] => 650
                            [name] => Sacred Wisdom
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)