Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Bartuc's Spirit
            [Art] => ReplaceableTextures\CommandButtons\BTNGhostMage.blp
            [Ubertip] => Enhances the carrier with the spirit of Bartuc, an ancient demonic warrior. Occasionally releases a burst of magic upon attacking.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Item Pickup
                    [code] => set itm.userInt = 0
                    [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 == 10 then
call tower.doSpellDamageAoEUnit(Event.getTarget(),300,2000+(tower.getLevel()*80), tower.calcSpellCritNoBonus(),0.0)
call SFXAtUnit("Abilities\\Spells\\Orc\\WarStomp\\WarStompCaster.mdl",Event.getTarget().getUnit())
set itm.userInt = 0
endif
                    [values] => Array
                        (
                            [visible] => true
                            [name] => Bartuc's Spirit
                            [goldcost] => 1000
                            [explain] => Every |cffFFFF8010th|r attack will release a burst of magic doing |cffFFFF802000|r spell damage to units in a range of |cffFFFF80300|r around the target. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+80|r spell damage
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)