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

            [targs1] => Array
                (
                )

            [goldcost] => 210
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 2000
            [targCount1] => 2
            [file] => units\creeps\watcher\watcher.mdl
            [atkType1] => normal
            [dmgpt1] => 0.33
            [modelScale] => 0.67
            [weapTp1] => mbounce
            [Missilearc] => 0.15
            [acquire] => 800
            [rangeN1] => 840
            [upgrades] => Array
                (
                )

            [cool1] => 2.1
            [Ubertip] => A warrior trained high in the sky.
            [backSw1] => 0.64
            [green] => 200
            [Farea1] => 350
            [abilList] => Array
                (
                )

            [Name] => Stratus Warrior
            [Missileart] => Abilities\Spells\Undead\UnholyFrenzy\UnholyFrenzyTarget.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNNightElfRunner.blp
            [red] => 50
            [buildingShadow] => Array
                (
                )

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

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

    [settings] => Array
        (
            [author] => i_mOck_death
            [element] => storm
            [authorDisplay] => |cffc0c0c0i_mOck_death|r
            [alpha] => 255
            [balanceTip] => |cffCCFF00Bounce attack:|n   |cffFFFF002|r targets|n   |cffFFFF00-0%|r damage per bounce
            [rarity] => uncommon
            [version] => 1.0
            [abil_factor] => .8
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 0.834097
                    [y] => 5.00448
                    [z] => 6.4
                    [scale] => 1.75
                    [rot] => 4.71239
                    [file] => Abilities\Spells\Items\AIlb\AIlbTarget.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => -0.000066042
                    [y] => 4.07022
                    [z] => 6.4
                    [scale] => 1.75
                    [rot] => 3.14159
                    [file] => Abilities\Spells\Items\AIlb\AIlbTarget.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => -0.000066042
                    [y] => 4.07022
                    [z] => 6.4
                    [scale] => 1.75
                    [rot] => 1.5708
                    [file] => Abilities\Spells\Items\AIlb\AIlbTarget.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => -0.000066042
                    [y] => 4.07022
                    [z] => 6.4
                    [scale] => 1.75
                    [rot] => 0
                    [file] => Abilities\Spells\Items\AIlb\AIlbTarget.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [4] => Array
                (
                    [x] => -0.748596
                    [y] => -5.80244
                    [z] => 51.2
                    [scale] => 0.25
                    [rot] => 3.20761
                    [file] => Abilities\Spells\Other\Tornado\TornadoElemental.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => -3.14
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Tower Creation
                    [code] => set tower.userInt = 0
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => On Damage
                    [code] => local Unit creep = Event.getTarget()
    local integer cid = creep.getUID()
    if Event.isMainTarget()  == true then
        set tower.userInt = 1
    else
        set tower.userInt = 0
    endif
    call TriggerSleepAction(.4)
    if tower.userInt == 1 and creep.getUID() == cid then
         call SFXAtUnit("Abilities\\Spells\\Other\\Monsoon\\MonsoonBoltTarget.mdl",creep.getUnit())
         call tower.doAttackDamage(creep,300+(15*tower.getLevel()),tower.calcAttackMulticrit(0.0,0.0,0))
    endif
                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 1.0
                            [icon] => ReplaceableTextures\CommandButtons\BTNMonsoon.blp
                            [visible] => true
                            [name] => Lightning Strike
                            [short_explain] => Tower calls down a bolt of lightning when its attack doesn't bounce.
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [long_explain] => Whenever this tower's attack does not bounce it shoots down a delayed lightning bolt onto the target. The lightning bolt deals |cffFFFF80300|r |cff00FFFFEnergy|r damage.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+15|r damage
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)