added FollowPath machanic authored by Lxlp's avatar Lxlp
...@@ -235,6 +235,7 @@ by these will "inherit" the targets (if applicable). ...@@ -235,6 +235,7 @@ by these will "inherit" the targets (if applicable).
| [OnJump][] | Applies an [aura][] to the target that triggers a skill when they jump (PAPER ONLY MECHANIC) | | [OnJump][] | Applies an [aura][] to the target that triggers a skill when they jump (PAPER ONLY MECHANIC) |
| [OnDeath][] | Applies an [aura][] to the target that triggers a skill when they die | | [OnDeath][] | Applies an [aura][] to the target that triggers a skill when they die |
| [Orbital][] | Applies an [aura][] that causes a projectile to orbit around the target | | [Orbital][] | Applies an [aura][] that causes a projectile to orbit around the target |
| [FollowPath][] | Applies an [aura][] that causes the mob to follow a path |
| [Polygon][] | Creates a highly-customizable polygon-shaped pattern that can execute metaskills. | | [Polygon][] | Creates a highly-customizable polygon-shaped pattern that can execute metaskills. |
| [Projectile][] | Fires a highly-customizable projectile towards the target | | [Projectile][] | Fires a highly-customizable projectile towards the target |
| [ProjectileVelocity][] | Modifies the velocity of the calling Projectile or Missile | | [ProjectileVelocity][] | Modifies the velocity of the calling Projectile or Missile |
...@@ -498,6 +499,7 @@ but not yet ready for use. ...@@ -498,6 +499,7 @@ but not yet ready for use.
[OnSwing]: /skills/mechanics/onswing [OnSwing]: /skills/mechanics/onswing
[OnUse]: /skills/mechanics/onuse [OnUse]: /skills/mechanics/onuse
[Orbital]: /skills/mechanics/orbital [Orbital]: /skills/mechanics/orbital
[FollowPath]: /skills/mechanics/FollowPath
[Polygon]: /skills/mechanics/polygon [Polygon]: /skills/mechanics/polygon
[Projectile]: /skills/mechanics/projectile [Projectile]: /skills/mechanics/projectile
[ProjectileVelocity]: /skills/mechanics/projectilevelocity [ProjectileVelocity]: /skills/mechanics/projectilevelocity
... ...
......