added ForEach and ForEachValue mechanics authored by Lxlp's avatar Lxlp
......@@ -286,6 +286,8 @@ by these will "inherit" the targets (if applicable).
| [ChainMissile][] | A missile that chains between entities. **Premium-Only** mechanic! |
| [Delay][] | Delays execution of the current skill list by a set number of ticks. |
| [EndProjectile][] | Terminates the projectile. Only usable in projectile mechanics. |
| [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 |
| [GlobalCooldown][] | Sets the caster's Global Cooldown timer |
| [Missile][] | Fires a homing projectile towards the target. |
| [ModifyProjectile][] | Modifying the projectile / missile / orbital |
......@@ -626,6 +628,8 @@ but not yet ready for use.
[ChainMissile]: /skills/mechanics/chainmissile
[Delay]: /skills/mechanics/delay
[EndProjectile]: /skills/mechanics/endprojectile
[ForEach]: /skills/mechanics/ForEach
[ForEachValue]: /skills/mechanics/ForEachValue
[GlobalCooldown]: /skills/mechanics/globalcooldown
[Missile]: /skills/mechanics/missile
[ModifyProjectile]: /skills/mechanics/modifyprojectile
......
......