Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Mindleecher
            [Art] => ReplaceableTextures\CommandButtons\BTNDeathCoil.blp
            [Ubertip] => A powerful item normally used to transfer knowledge from old wizards to young ones, this one has been corrupted so that it works on anything.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Majildian
            [authorDisplay] => |cff87cefaMajildian|r
            [balanceTip] => Array
                (
                )

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Autocast
                    [code] => local Tower tower = itm.getCarrier()
    local Iterate it = Iterate.overUnitsInRangeOfCaster(tower,TARGET_TOWERS,450)
    local Unit next

    loop
        set next = it.nextRandom()
        exitwhen next == 0
        exitwhen next != tower and next.getExp() > 0
    endloop

    if next != 0 then
        call it.destroy()        
        call tower.addExpFlat(next.removeExpFlat(I2R(GetRandomInt(15,60))))
        call SFXOnUnit("Abilities\\Spells\\Undead\\AnimateDead\\AnimateDeadTarget.mdl", next.getUnit(), "head")
        call SFXOnUnit("Abilities\\Spells\\Undead\\DeathCoil\\DeathCoilSpecialArt.mdl", tower.getUnit(), "head")
    endif
                    [values] => Array
                        (
                            [caster_art] => 
                            [AUTOCAST_cooldown] => 30
                            [AUTOCAST_numBuffsBeforeIdle] => 0
                            [goldcost] => 750
                            [AUTOCAST_isExtended] => false
                            [AUTOCAST_autocastType] => AC_TYPE_ALWAYS_IMMEDIATE
                            [AUTOCAST_manacost] => 0
                            [AUTOCAST_range] => 450
                            [AUTOCAST_buffType] => 0
                            [name] => Siphon Knowledge
                            [AUTOCAST_targetSelf] => false
                            [AUTOCAST_targetType] => 0
                            [explain] => Removes a flat |cffFFFF8015|r to |cffFFFF8060|r exp from a random tower in range and gives it to the caster.
                            [target_art] => 
                            [AUTOCAST_autoRange] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)