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

            [targs1] => Array
                (
                )

            [goldcost] => 70
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [file] => units\creeps\WhiteWolf\WhiteWolf.mdl
            [atkType1] => normal
            [modelScale] => 0.6
            [weapTp1] => instant
            [acquire] => 900
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 1.5
            [Ubertip] => Do you hear the howl of the storm?
            [abilList] => @@0@@
            [Name] => Stormy Dog
            [Missileart] => Abilities\Weapons\Bolt\BoltImpact.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNAdvancedStrengthOfTheWild.blp
            [buildingShadow] => Array
                (
                )

            [turnRate] => 0.5
            [unitSound] => Wolf
            [sides1] => 9
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

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

    [settings] => Array
        (
            [author] => cedi
            [element] => storm
            [authorDisplay] => DreamStrider
            [alpha] => 255
            [balanceTip] => Array
                (
                )

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

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 19.7839
                    [y] => -13.1054
                    [z] => -19.2
                    [scale] => 0.8
                    [rot] => 3.23968
                    [file] => Abilities\Spells\Orc\Purge\PurgeBuffTarget.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 Iterate I = Iterate.overUnitsInRangeOfCaster( tower, TARGET_TYPE_TOWERS, 420.0 )
    local Unit U 
    local Buff B
    call DestroyEffect( AddSpecialEffectTarget( "Abilities\\Spells\\NightElf\\Taunt\\TauntCaster.mdl", tower.getUnit(), "origin" ) )
    loop
        set U = I.next()
        exitwhen U == 0
        set B = U.getBuffOfType( cedi_stormdog )
        if B != 0 then
            if B.userInt < 100 then
                call cedi_stormdog.apply( tower, U, B.getLevel() + 6 )
                set B.userInt = B.userInt + 1
            else
                call B.refreshDuration()
            endif
        else
            set B = cedi_stormdog.apply( tower, U, tower.getLevel() * 6 )
            set B.userInt = 0
        endif
    endloop
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 0.3
                            [icon] => ReplaceableTextures\CommandButtons\BTNDevourMagic.blp
                            [visible] => true
                            [name] => Thunderous Roar
                            [short_explain] => Whenever this tower damages a unit it has a chance to increase the attack speed of nearby towers.
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [long_explain] => Whenever this tower damages a unit it has |cffFFFF8030%|r chance to release a battle cry. The cry increases the attack speed of all towers in |cffFFFF80420|r range by |cffFFFF805%|r for |cffFFFF805|r seconds. If a tower already has the thunderous roar buff the attack speed is increased by |cffFFFF800.3%|r and the duration is refreshed. Stacks up to |cffFFFF80100|r times.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.3%|r attack speed
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
        //@export
        BuffType cedi_stormdog
    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 mod = Modifier.create()
        call mod.addModification( MOD_ATTACKSPEED, 0.05, 0.0005 ) //*6 was 0.003 before
        
        set cedi_stormdog = BuffType.create( 5.0, 0.0, true )
        call cedi_stormdog.setBuffIcon( '@@1@@' )
        call cedi_stormdog.setBuffModifier( mod )
	endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

        )

    [abilities] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Alit
                    [oeValues] => Array
                        (
                            [Name] => Blitzangriff dog
                            [Art] => Array
                                (
                                )

                            [targs1] => ground,air
                            [Unubertip] => -HIDE-
                        )

                )

        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@1@@
                    [derivedFrom] => BHfs
                    [oeValues] => Array
                        (
                            [Bufftip] => Thunderous Roar
                            [Buffubertip] => This tower has increased attack speed.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNDevourMagic.blp
                            [TargetArt] => Array
                                (
                                )

                            [EditorName] => Thunderous Roar
                        )

                )

        )

    [units] => Array
        (
        )

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

        )

)