Magic Link v1
500
lvl: 26

ID:

265

Author:

MasterCassim

Rarity:

uncommon

Status:

Approved

Description:

This item can be used to transfer experience to other towers.

Latest Upload Comment:

Restored from 1.10
Transfer Experience
Transfers a flat 30 experience from this tower to another one.
Download

Toggle Triggers

Autocast

caster_art: Abilities\Spells\Human\DispelMagic\DispelMagicTarget.mdl icon: ReplaceableTextures\CommandButtons\BTNHealingWave.blp AUTOCAST_cooldown: 60 AUTOCAST_numBuffsBeforeIdle: 1 goldcost: 500 AUTOCAST_isExtended: true AUTOCAST_autocastType: AC_TYPE_ALWAYS_BUFF AUTOCAST_manacost: 0 AUTOCAST_range: 1200 AUTOCAST_buffType: 0 AUTOCAST_targetSelf: false AUTOCAST_targetType: TARGET_TYPE_TOWERS target_art: AUTOCAST_autoRange: 1200
    if itm.getCarrier().getExp() > 0.0 then
        call Event.getTarget().addExpFlat(itm.getCarrier().removeExpFlat(30))
    endif