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

            [targs1] => Array
                (
                )

            [goldcost] => 400
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [file] => .mdl
            [atkType1] => siege
            [modelScale] => 0.17
            [weapTp1] => missile
            [acquire] => 1000
            [rangeN1] => 1000
            [upgrades] => Array
                (
                )

            [cool1] => 2.8
            [Ubertip] => Strange tower that rejects some items.
            [abilList] => Array
                (
                )

            [Name] => Ruined Wind Tower
            [Missileart] => Abilities\Weapons\SpiritOfVengeanceMissile\SpiritOfVengeanceMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNAdvancedEnergyTower.blp
            [buildingShadow] => Array
                (
                )

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

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

    [settings] => Array
        (
            [author] => SirCoqaLot.
            [element] => storm
            [authorDisplay] => SirCoqaLot.
            [alpha] => 255
            [balanceTip] => Array
                (
                )

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

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 8.0518
                    [y] => 19.5575
                    [z] => 0
                    [scale] => 0.3
                    [rot] => 6.00393
                    [file] => Abilities\Spells\Other\Tornado\TornadoElementalSmall.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => 2.61679
                    [y] => 5.3185
                    [z] => 0
                    [scale] => 0.21
                    [rot] => 4.83576
                    [file] => Doodads\Ruins\Props\DalaranRuinTwoBases\DalaranRuinTwoBases1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => true
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Item itm
    local integer i = 1

    loop 
    exitwhen i > 6
        set itm = tower.getHeldItem(i)
        if  itm != 0 and itm.getRarity() != Rarity.COMMON then
            call itm.drop()
        endif
        set i = i + 1
    endloop
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNDefend.blp
                            [visible] => true
                            [name] => Rejection
                            [short_explain] => This tower drops some items on attack.
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                            [long_explain] => This tower drops all except |cffFFFFFFCommon|r items on attack.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)