Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => The very essence of Mother Nature herself.
            [Art] => ReplaceableTextures\CommandButtons\BTNHeartOfSearinox.blp
            [abilList] => Array
                (
                )

            [Name] => Gaia's Core
        )

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

            [goldcost] => 2000
            [author] => Moppy
            [authorDisplay] => |c006969FFMoppy|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local Tower tower = itm.getCarrier()
    local Unit creep = Event.getTarget()
    local Iterate i = Iterate.overUnitsInRangeOfUnit(tower, TARGET_TYPE_CREEPS, creep, 200)

    if Event.isMainTarget() then
        loop
            set creep = i.next()
            exitwhen creep == 0
            call SFXAtUnit("Abilities\\Spells\\NightElf\\ManaBurn\\ManaBurnTarget.mdl",creep.getUnit())
            call tower.doCustomAttackDamage(creep, tower.getCurrentAttackDamageWithBonus()*0.2, Event.getCriticalMultiplier(), AttackType.ESSENCE)
        endloop
    endif
                    [values] => Array
                        (
                            [explain] => Attacks deal an additional |cffFFFF8020%|r of attack damage as |cff80FF00Essence|r damage in |cffFFFF80200|r range around the target.
                            [ONDAMAGE_chance] => 1.0
                            [visible] => true
                            [goldcost] => 2000
                            [name] => Gaia's Wrath
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)