Libram of Grace v1
250
lvl: 7

ID:

180

Author:

drol

Rarity:

rare

Status:

Approved

Description:

Carrying this around makes you at ease, gaining more experience from combat.

Latest Upload Comment:

Restored from 1.10
Grace
Increases the amount of experience towers in 150 range of the carrier gain by 10%.

Level Bonus:
+0.4% experience
Download

Toggle Triggers

Header

goldcost: 0
    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

Tower Aura

AURA_levelAdd: 1 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 150. AURA_powerAdd: 1 AURA_targetSelf: true goldcost: 250 AURA_auraEffect: drol_libram AURA_power: 0 AURA_level: 0