Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => Who is Greed?
            [Art] => ReplaceableTextures\CommandButtons\BTNTransmute.blp
            [abilList] => Array
                (
                )

            [Name] => Statue of Greed
        )

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

            [goldcost] => 900
            [author] => Ashbringer
            [authorDisplay] => |cffFF6600Ashbringer|r
            [version] => 1.0
            [rarity] => rare
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        BuffType ashbringer_greed_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 mod = Modifier.create()
        
        set ashbringer_greed_aura = BuffType.createAuraEffectType(true)
        call ashbringer_greed_aura.setBuffIcon('@@0@@')
        call mod.addModification(MOD_BOUNTY_RECEIVED, 0.2, 0.004)
        call ashbringer_greed_aura.setModifier(mod)
	endfunction
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

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

                    [values] => Array
                        (
                            [AURA_powerAdd] => 1
                            [explain] => Increases the bounty collected by towers in |cffFFFF80200|r range by |cffFFFF8020%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r bounty collected
                            [AURA_targetSelf] => true
                            [visible] => true
                            [AURA_auraEffect] => ashbringer_greed_aura
                            [goldcost] => 900
                            [AURA_levelAdd] => 1
                            [AURA_power] => 0
                            [name] => Greed's Presence
                            [AURA_level] => 0
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 200
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Binf
                    [oeValues] => Array
                        (
                            [Targetattach] => Array
                                (
                                )

                            [Buffubertip] => Increased bounty collected.
                            [TargetArt] => Array
                                (
                                )

                            [Bufftip] => Greed's Presence
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNTransmute.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)