Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => This medallion allows its wearer to imbue his strikes with gold.
            [Art] => ReplaceableTextures\CommandButtons\BTNPeriapt1.blp
            [abilList] => Array
                (
                )

            [Name] => Medallion of Opulence
        )

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

            [goldcost] => 250
            [author] => Chronos
            [authorDisplay] => |cff57B4FBChronos|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Tower tower = itm.getCarrier()
    local real speed = tower.getBaseAttackspeed()
    local real gold
    if tower.calcChance(0.2 * speed) == true then
        call tower.doSpellDamage(Event.getTarget(), GetPlayerState(tower.getOwner().getThePlayer(), PLAYER_STATE_RESOURCE_GOLD) * (0.10),tower.calcSpellCritNoBonus())
    endif
                    [values] => Array
                        (
                            [explain] => On attack there is a |cffFFFF8020%|r attackspeed adjusted chance to deal |cffFFFF8010%|r of your current gold as spelldamage to the target.
                            [visible] => true
                            [goldcost] => 250
                            [name] => Greed Is Good
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)