Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Granite Hammer
            [Art] => ReplaceableTextures\CommandButtons\BTNHammer.blp
            [Ubertip] => This hammer is heavy, but when it hits it's devastating.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Item Pickup
                    [code] => set itm.userInt = 1
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => On Attack
                    [code] => local Tower tower = itm.getCarrier() 
set itm.userInt = itm.userInt +1
if itm.userInt == 5 then
call tower.addAttackCrit() 
set itm.userInt = 0
endif
                    [values] => Array
                        (
                            [visible] => true
                            [name] => Heavy Weapon
                            [goldcost] => 1000
                            [explain] => Every |cffFFFF805th|r attack is a critical hit.
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)