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

            [targs1] => Array
                (
                )

            [goldcost] => 566
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 900
            [targCount1] => 5
            [file] => Doodads\LordaeronSummer\Structures\TowerScorched\TowerScorched.mdl
            [modelScale] => 0.8
            [weapTp1] => missile
            [atkType1] => chaos
            [Missilearc] => 0.6
            [acquire] => 700
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 2
            [Ubertip] => Tower with a chance to slow the movement speed of a unit on attacks.
            [abilList] => Array
                (
                )

            [Name] => Haunted Ruins
            [Missileart] => Abilities\Weapons\IllidanMissile\IllidanMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNCripple.blp
            [buildingShadow] => Array
                (
                )

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

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

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

            [rarity] => common
            [version] => 1.0
            [abil_factor] => .85
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -52.8508
                    [y] => 19.279
                    [z] => 0
                    [scale] => 0.6
                    [rot] => 5.39307
                    [file] => Doodads\LordaeronSummer\Plants\CornWheatScorched\CornWheatScorched0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => -21.8439
                    [y] => -26.3111
                    [z] => 0
                    [scale] => 0.8
                    [rot] => 4.1818
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile2.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => 36.1188
                    [y] => -40.2961
                    [z] => 0
                    [scale] => 0.6
                    [rot] => 4.85867
                    [file] => Doodads\LordaeronSummer\Plants\CornWheatScorched\CornWheatScorched0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => 1.53517
                    [y] => 11.5616
                    [z] => 0
                    [scale] => 0.68
                    [rot] => 0.366519
                    [file] => Doodads\Cinematic\EyeOfSargeras\EyeOfSargeras.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

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

                )

            [1] => Array
                (
                    [name] => On Attack
                    [code] => local Unit creep = Event.getTarget() 
        local integer size = creep.getSize()
        local boolean calc
        
        if size == SIZE_BOSS then 
            set calc=tower.calcChance((.14+tower.getLevel()*0.0014)*2/3)
        else
            set calc=tower.calcChance(.14+tower.getLevel()*0.0014)
        endif
        if(calc==true) then
                call velex_slow.applyCustomTimed(tower,Event.getTarget(),R2I(0.21*1000),5)
        endif
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNCripple.blp
                            [visible] => true
                            [name] => Atrophy
                            [short_explain] => Reduces movement speed of target.
                            [ONATTACK_chance] => 1
                            [ONATTACK_chanceLevelAdd] => 0
                            [long_explain] => When this tower attacks a creep it has a |cffFFFF8014%|r (|cffFFFF809.33%|r for bosses) chance to slow it by  |cffFFFF8021%|r for |cffFFFF805|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.14%|r (|cffFFFF800.09%|r for bosses) chance
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

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

        )

)