Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Libram of Grace
            [Art] => ReplaceableTextures\CommandButtons\BTNSorceressMaster.blp
            [Ubertip] => Carrying this around makes you at ease, gaining more experience from combat.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    
        BuffType drol_libram
    
    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_EXP_RECEIVED, 0.1, 0.004)
        set drol_libram = BuffType.createAuraEffectType(true)
        call drol_libram.setBuffModifier(m)
        call drol_libram.setBuffIcon('@@0@@')
    
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

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

                    [values] => Array
                        (
                            [visible] => true
                            [AURA_levelAdd] => 1
                            [AURA_targetType] => TARGET_TYPE_TOWERS
                            [AURA_auraRange] => 150.
                            [name] => Grace
                            [AURA_powerAdd] => 1
                            [AURA_targetSelf] => true
                            [goldcost] => 250
                            [AURA_auraEffect] => drol_libram
                            [AURA_power] => 0
                            [explain] => Increases the amount of experience towers in |cffFFFF80150|r range of the carrier gain by |cffFFFF8010%|r.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r experience
                            [AURA_level] => 0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BOae
                    [oeValues] => Array
                        (
                            [Bufftip] => Libram of Grace
                            [Targetattach] => Array
                                (
                                )

                            [Buffubertip] => This unit has increased Exp gain.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNSorceressMaster.blp
                            [TargetArt] => Array
                                (
                                )

                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)