added FormLine authored by Lxlp's avatar Lxlp
......@@ -281,6 +281,7 @@ by these will "inherit" the targets (if applicable).
| [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 |
| [FollowPath][] | Applies an [aura][] that causes the mob to follow a path |
| [FormLine][] | Applies an [aura][] that causes the mob to follow a *straight* path |
| [Polygon][] | Creates a highly-customizable polygon-shaped pattern that can execute metaskills. |
| [Projectile][] | Fires a highly-customizable projectile towards the target |
| [ProjectileVelocity][] | Modifies the velocity of the calling Projectile or Missile |
......@@ -596,6 +597,7 @@ but not yet ready for use.
[OnUse]: /skills/mechanics/onuse
[Orbital]: /skills/mechanics/orbital
[FollowPath]: /skills/mechanics/FollowPath
[FormLine]: /skills/mechanics/FormLine
[Polygon]: /skills/mechanics/polygon
[Projectile]: /skills/mechanics/projectile
[ProjectileVelocity]: /skills/mechanics/projectilevelocity
......
......