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

            [targs1] => Array
                (
                )

            [goldcost] => 35
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1100
            [moveHeight] => 15
            [file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal3.mdl
            [modelScale] => 0.35
            [atkType1] => pierce
            [weapTp1] => missile
            [acquire] => 700
            [rangeN1] => 700
            [upgrades] => Array
                (
                )

            [cool1] => 1.5
            [Ubertip] => Chills creeps to the bone.
            [green] => 185
            [abilList] => Array
                (
                )

            [Name] => Icy Skulls
            [Missileart] => Abilities\Spells\Items\AIob\AIobTarget.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNIceShard.blp
            [red] => 180
            [buildingShadow] => Array
                (
                )

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

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

    [settings] => Array
        (
            [author] => MasterCassim
            [element] => ice
            [authorDisplay] => MasterCassim
            [alpha] => 255
            [balanceTip] => Array
                (
                )

            [rarity] => common
            [version] => 1.0
            [abil_factor] => 0.875
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 2.10814
                    [y] => 5.3407
                    [z] => 0
                    [scale] => 0.65
                    [rot] => 4.31096
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile0.mdl
                    [red] => 150
                    [green] => 150
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Damage
                    [code] => local integer lvl = tower.getLevel()
    local integer slow = R2I((0.075+lvl*0.003)*1000)  // same code here 4 all towers
    local integer dur = R2I(3+lvl*0.1)
    
    call cassimSlow.applyCustomTimed(tower,Event.getTarget(),slow,dur)
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 1.00
                            [icon] => ReplaceableTextures\CommandButtons\BTNFrostArmor.blp
                            [visible] => true
                            [name] => Icy Touch
                            [short_explain] => This tower slows attacked units.
                            [ONDAMAGE_chanceLevelAdd] => 0
                            [long_explain] => Slows attacked units by |cffFFFF807.5%|r for |cffFFFF803|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.1|r seconds duration|n|cffFFFF80+0.3%|r slow
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
      //@export
      BuffType cassimSlow 
    endglobals
    
    //Do not remove or rename this function!
    //Put your initialization tasks here, this function will be called on map init
    private function init takes nothing returns nothing
      local Modifier slow=Modifier.create()  
      call slow.addModification(MOD_MOVESPEED,0,-0.001)  
      set cassimSlow=BuffType.create(0,0,false)  // apply custom timed
      call cassimSlow.setBuffIcon('@@0@@')
      call cassimSlow.setBuffModifier(slow)
	endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bfro
                    [oeValues] => Array
                        (
                            [Bufftip] => Slowed
                            [Buffubertip] => This unit has been chilled to the bone; it has reduced movespeed.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNFrostArmor.blp
                            [EditorName] => !Slow
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => true
                    [category] => global
                    [typ] => BuffType
                    [name] => cassimSlow
                )

        )

)