Teleport Ability - KageDesu/Alpha-ABS GitHub Wiki

⚠️ Available since Build 1174

Enemies can use teleport for quickly reduce the distance with target (Or quickly increase the distance).


How add Teleport Ability to Enemy

Add for enemy next ABS Parameters:

  1. Teleport to target:
    <teleportDist:X>, where X - max teleport distance in map cells

  2. Teleport from target (when escaping):
    <teleportOut:X>, where X - max teleport distance in map cells
    <escapeOnBattle:1> - see ABS Parameters for enemies

  3. Teleport execute chance:
    <teleportRate:X>, where X - chance in %, by default 100

  4. Teleport cooldown time: (time between each teleport use)
    <teleportRest:X>, where X - time in seconds, by default 3

You can use all this parameters together


For change teleport animation, see Teleport Animation plugin parameter