Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Warsong Double Bass
            [Art] => ReplaceableTextures\CommandButtons\BTNDrum.blp
            [Ubertip] => Commonly used for Elite Tauren Bands, the Bass drum increases attackspeed of nearby Towers.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Neotopia
            [authorDisplay] => Neotopia
            [balanceTip] => Array
                (
                )

            [rarity] => unique
            [goldcost] => 1325
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType Neotopia_Drumspeed
    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 m = Modifier.create()
    set Neotopia_Drumspeed = BuffType.createAuraEffectType(true)
    call m.addModification(MOD_ATTACKSPEED,0.0,0.0001) 
    call Neotopia_Drumspeed.setBuffModifier(m) 
    call Neotopia_Drumspeed.setBuffIcon('@@0@@')  
    call Neotopia_Drumspeed.setStackingGroup("Neotopia_Drumspeed_Aura")
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 1200
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Tower Aura
                    [code] => Array
                        (
                        )

                    [values] => Array
                        (
                            [visible] => true
                            [AURA_levelAdd] => 10
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 200
                            [name] => Warsong Double Bass
                            [AURA_powerAdd] => 10
                            [AURA_targetSelf] => true
                            [goldcost] => 125
                            [AURA_auraEffect] => Neotopia_Drumspeed
                            [AURA_power] => 750
                            [explain] => The catchy Bass Line of the drums increases the attackspeed of towers in |cffFFFF80200|r range, by |cffFFFF807.5%|r.|n|n|cffFF8000Level Bonus:|r|n+|cffFFFF800.1%|r attack speed
                            [AURA_level] => 750
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bakb
                    [oeValues] => Array
                        (
                            [Bufftip] => Warsong Double Bass
                            [Buffubertip] => This tower has it's attackspeed increased.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNDrum.blp
                            [EditorName] => Warsong Double Bass
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)