Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => Its still quite bulky though.
            [Art] => ReplaceableTextures\CommandButtons\BTNSpell_Nature_TimeStop.blp
            [abilList] => Array
                (
                )

            [Name] => Miniature Chronosphere
        )

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

            [goldcost] => 2750
            [author] => Ashbringer
            [authorDisplay] => |cffFF6600Ashbringer|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Spell Cast
                    [code] => local AutocastType ac = Event.getAutocastType()
        local Tower tower = itm.getCarrier()
        
        if tower.calcChance(0.05) and ac.getCooldown()>=2.0 and not Event.getAutocastType().isItemAutocast() then
            call Effect.createScaled("Abilities\\Spells\\Human\\ControlMagic\\ControlMagicTarget.mdl", tower.getX(), tower.getY(), 120, 270, 1.5).setLifetime(3.0)
            call TriggerSleepAction(0.1)
            if ac.getManacost() > 0 then
                call tower.addMana(ac.getManacost())
            endif
            call tower.resetCooldowns()
        endif
                    [values] => Array
                        (
                            [explain] => Whenever the carrier casts its own active ability, there is a |cffffff805%|r chance to have the spell mana cost refunded and all cooldowns reset. Does not work on cooldowns shorter than |cffffff802|r seconds.
                            [visible] => true
                            [goldcost] => 2750
                            [name] => Spell Echo
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)