added TargetPredictedLocation targeter authored by Lxlp's avatar Lxlp
......@@ -93,6 +93,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena
| @[Forward][] | | Targets a location in front of caster's facing direction |
| @[ProjectileForward][] | | Targets a location in front of the casting projectile, relative to its direction |
| @[TargetLocation][] | @targetloc<br>@TL | Targets the caster's target's location |
| @[TargetPredictedLocation][] | @targetPredictedLoc<br>@TPL<br>@PredictedTargetLocation | Targets the predicted location at which the caster's top target will be after an amount of ticks has elapsed, based on its current movement speed |
| @[TriggerLocation][] | | Targets the location of the entity that triggered the skill |
| @[SpawnLocation][] | | Targets the world's spawn location. |
| @[CasterSpawnLocation][] | | Targets the location the caster spawned at. |
......@@ -454,6 +455,7 @@ GiveRewards:
[VariableLocation]: /Skills/Targeters/VariableLocation
[TargetBlock]: /Skills/Targeters/TargetBlock
[TargetLocation]: /Skills/Targeters/TargetLocation
[TargetPredictedLocation]: /Skills/Targeters/TargetPredictedLocation
[TrackedLocation]: /Skills/Targeters/TrackedLocation
[TriggerLocation]: /Skills/Targeters/TriggerLocation
<!-- Multi Location Targeters -->
......
......