Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Forcefield Generator
            [Art] => ReplaceableTextures\CommandButtons\BTNPortal.blp
            [Ubertip] => Negates all offensive magic in an area.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => drol
            [authorDisplay] => |cffcc6600drol|r
            [balanceTip] => Array
                (
                )

            [rarity] => rare
            [goldcost] => 1600
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        BuffType drol_debuffAura
    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()
        call m.addModification(MOD_DEBUFF_RESISTANCE,0.15,0.01)
    
        set drol_debuffAura = BuffType.createAuraEffectType(true)
        call drol_debuffAura.setBuffIcon('@@0@@')
        
        call drol_debuffAura.setBuffModifier(m) 
	endfunction
                    [values] => Array
                        (
                            [visible] => true
                            [name] => Forcefield
                            [goldcost] => 1600
                            [explain] => Increases the debuff resistance all towers within |cffFFFF80200|r range of the carrier by |cffFFFF8015%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+1%|r debuff resistance
                        )

                )

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

                    [values] => Array
                        (
                            [visible] => false
                            [AURA_levelAdd] => 1
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 200
                            [name] => 
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => true
                            [goldcost] => 0
                            [AURA_auraEffect] => drol_debuffAura
                            [AURA_power] => 0
                            [explain] => 
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bblo
                    [oeValues] => Array
                        (
                            [Targetattach1] => Array
                                (
                                )

                            [Bufftip] => Forcefield
                            [Targetattach] => origin
                            [Buffubertip] => Debuffs cast onto this tower have a reduced duration.
                            [Targetattachcount] => 0
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNPortal.blp
                            [TargetArt] => Abilities\Spells\Other\GeneralAuraTarget\GeneralAuraTarget.mdl
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)