Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Phase Gloves
            [Art] => ReplaceableTextures\CommandButtons\BTNAmuletOftheWild.blp
            [Ubertip] => The carrier of this item deals a small amount of its attack damage as spelldamage.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local real damage = Event.damage
local Unit creep = Event.getTarget()
local Tower tower = itm.getCarrier()

set Event.damage = damage * 0.7 
call tower.doSpellDamage(creep,damage * 0.3,tower.calcSpellCritNoBonus())
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 1.0
                            [visible] => true
                            [name] => Phase Powers
                            [goldcost] => 550
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [explain] => The carrier of this item deals |cffFFFF8030%|r of its attackdamage as spelldamage. This is no bonus damage,  the tower will deal less attackdamage!
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)