Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => Increases the damage nearby towers deal to humanoid creeps.
            [Art] => ReplaceableTextures\CommandButtons\BTNOrcCaptureFlag.blp
            [abilList] => Array
                (
                )

            [Name] => Orc Flag
        )

    [settings] => Array
        (
            [balanceTip] => Array
                (
                )

            [goldcost] => 400
            [author] => Moppy
            [authorDisplay] => |c006969FFMoppy|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType moppy_bonus_dmg_vs_humanoid_aura
    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 moppy_bonus_dmg_vs_humanoid_aura = BuffType.createAuraEffectType(true)  
    call m.addModification(MOD_DMG_TO_HUMANOID,0.12,0.0024)  
    call moppy_bonus_dmg_vs_humanoid_aura.setBuffModifier(m)  
    call moppy_bonus_dmg_vs_humanoid_aura.setStackingGroup("moppy_bonus_dmg_vs_humanoid_aura")  
    call moppy_bonus_dmg_vs_humanoid_aura.setBuffIcon('@@0@@') 
	endfunction
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

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

                    [values] => Array
                        (
                            [AURA_powerAdd] => 1
                            [explain] => Grants |cffFFFF8012%|r bonus damage against humanoids to all towers within |cffFFFF80200|r range.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.24%|r damage
                            [AURA_targetSelf] => true
                            [visible] => true
                            [AURA_auraEffect] => moppy_bonus_dmg_vs_humanoid_aura
                            [goldcost] => 400
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => For the Horde!
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 200
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHab
                    [oeValues] => Array
                        (
                            [EditorName] => For the Horde!
                            [Buffubertip] => Deals increased damage to humanoid creeps.
                            [TargetArt] => Array
                                (
                                )

                            [Bufftip] => For the Horde!
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNOrcCaptureFlag.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)