Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => Used to increase the damage against hel armor.
            [Art] => ReplaceableTextures\CommandButtons\BTNManaFlareOff.blp
            [abilList] => Array
                (
                )

            [Name] => Unstable Current
        )

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

            [goldcost] => 300
            [author] => Finger of Destiny
            [authorDisplay] => |cffEA1CE4Finger of Destiny|r
            [version] => 1.0
            [rarity] => uncommon
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local Creep T = Event.getTarget()
    local Tower U = itm.getCarrier()
    if T.getArmorType() == ARMOR_HEL then
        set Event.damage = Event.damage * 1.25
        call SFXOnUnit( "Abilities\\Spells\\Human\\DispelMagic\\DispelMagicTarget.mdl", T.getUnit(), "chest" )
     endif
                    [values] => Array
                        (
                            [explain] => Increases the damage against creeps with the armor type hel by |cffFFFF8025%|r.
                            [ONDAMAGE_chance] => 1.0
                            [visible] => true
                            [goldcost] => 300
                            [name] => Unstable Current
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)