Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [RngBuff1] => 250
            [scaleBull] => 0
            [MissileHoming] => 1
            [Upgrade] => Array
                (
                )

            [targs1] => Array
                (
                )

            [goldcost] => 500
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [file] => buildings\other\GoldMine\GoldMine.mdl
            [modelScale] => 0.4
            [atkType1] => pierce
            [weapTp1] => missile
            [Missilearc] => 0.2
            [acquire] => 700
            [rangeN1] => 700
            [upgrades] => Array
                (
                )

            [cool1] => 2
            [Ubertip] => Tower with a chance to cast an ice nova.
            [green] => 100
            [abilList] => Array
                (
                )

            [Name] => Ice Mine
            [Missileart] => Abilities\Weapons\LichMissile\LichMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNGlacier.blp
            [red] => 100
            [buildingShadow] => Array
                (
                )

            [sides1] => 2
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

            [dmgplus1] => 920
            [bldtm] => 1
        )

    [settings] => Array
        (
            [author] => Velex
            [element] => ice
            [authorDisplay] => Velex
            [balanceTip] => Array
                (
                )

            [rarity] => uncommon
            [version] => 1.0
            [abil_factor] => 0.69
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -12.4523
                    [y] => 29.3283
                    [z] => 32
                    [scale] => 0.2
                    [rot] => 1.5708
                    [file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal5.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => -12.439
                    [y] => 27.9655
                    [z] => 0
                    [scale] => 0.5
                    [rot] => 3.40339
                    [file] => Doodads\Icecrown\Props\IceCrownPillar\IceCrownPillar1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => 10.5871
                    [y] => -48.7375
                    [z] => 0
                    [scale] => 0.2
                    [rot] => 0.0872665
                    [file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal5.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local Unit targ = Event.getTarget()
local Iterate it = Iterate.overUnitsInRangeOfUnit(tower,TARGET_TYPE_CREEPS,targ,300)
local Unit next

loop
    set next = it.next()
    exitwhen next == 0
    call Maj_iceNovaSlow.applyCustomTimed(tower, next, 90, 3.0)
endloop

call tower.doSpellDamageAoEUnit(targ,300,500+(tower.getLevel()*25),tower.calcSpellCrit(0.3,0.0),0)
call SFXAtUnit("Abilities\\Spells\\Undead\\FrostNova\\FrostNovaTarget.mdl", targ.getUnit())
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => .2
                            [icon] => ReplaceableTextures\CommandButtons\BTNGlacier.blp
                            [visible] => true
                            [name] => Ice Nova
                            [short_explain] => Has a chance to deal damage and slow units around its target.
                            [ONDAMAGE_chanceLevelAdd] => 0.004
                            [long_explain] => Damaged targets have a |cffFFFF8020%|r chance to get blasted by an ice nova, dealing |cffFFFF80500|r damage and slowing units in |cffFFFF80300|r range by |cffFFFF809%|r for |cffFFFF803|r seconds. Has a |cffFFFF8030%|r bonus chance to crit. |n|n|cffff8000Level Bonus:|r|n|cffffff80+0.4%|r chance |n|cffffff80+25|r damage
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals 
//@import
BuffType Maj_iceNovaSlow
endglobals
//The init function
private function init takes nothing returns nothing
endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => false
                    [category] => global
                    [typ] => BuffType
                    [name] => Maj_iceNovaSlow
                )

        )

)