added ForEachPin mechanic authored by Lxlp's avatar Lxlp
...@@ -292,6 +292,7 @@ by these will "inherit" the targets (if applicable). ...@@ -292,6 +292,7 @@ by these will "inherit" the targets (if applicable).
| [EndProjectile][] | Terminates the projectile. Only usable in projectile mechanics. | | [EndProjectile][] | Terminates the projectile. Only usable in projectile mechanics. |
| [ForEach][] | Executes a metaskill once for each target of the mechanic | | [ForEach][] | Executes a metaskill once for each target of the mechanic |
| [ForEachValue][] | Executes a metaskill once for each entry or key-value pair in the specified value | | [ForEachValue][] | Executes a metaskill once for each entry or key-value pair in the specified value |
| [ForEachPin][] | Executes a metaskill once for each pin of a multi-pin |
| [GlobalCooldown][] | Sets the caster's Global Cooldown timer | | [GlobalCooldown][] | Sets the caster's Global Cooldown timer |
| [Missile][] | Fires a homing projectile towards the target. | | [Missile][] | Fires a homing projectile towards the target. |
| [ModifyProjectile][] | Modifying the projectile / missile / orbital | | [ModifyProjectile][] | Modifying the projectile / missile / orbital |
...@@ -639,6 +640,7 @@ but not yet ready for use. ...@@ -639,6 +640,7 @@ but not yet ready for use.
[EndProjectile]: /skills/mechanics/endprojectile [EndProjectile]: /skills/mechanics/endprojectile
[ForEach]: /skills/mechanics/ForEach [ForEach]: /skills/mechanics/ForEach
[ForEachValue]: /skills/mechanics/ForEachValue [ForEachValue]: /skills/mechanics/ForEachValue
[ForEachPin]: /skills/mechanics/ForEachPin
[GlobalCooldown]: /skills/mechanics/globalcooldown [GlobalCooldown]: /skills/mechanics/globalcooldown
[Missile]: /skills/mechanics/missile [Missile]: /skills/mechanics/missile
[ModifyProjectile]: /skills/mechanics/modifyprojectile [ModifyProjectile]: /skills/mechanics/modifyprojectile
... ...
......