Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Shining Rock
            [Art] => ReplaceableTextures\CommandButtons\BTNHealthStone.blp
            [Ubertip] => With this rock, you can shine like Danny.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Deemzul
            [authorDisplay] => Deemzul
            [balanceTip] => Array
                (
                )

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

    [dmgTable] => Array
        (
        )

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

                )

            [1] => 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
                        (
                            [visible] => true
                            [name] => Fickle Power
                            [goldcost] => 320
                            [explain] => Grants |cffFFFF80100|r flat experience to the holder, but is bound to the item and lost on drop. If the tower has less than |cffFFFF80100|r experience when the item is dropped, the item will drain experience from the next tower it is placed in, up to |cffFFFF80100|r experience.
                        )

                )

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

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)