added Pin targeter authored by Lxlp's avatar Lxlp
......@@ -77,6 +77,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena
| @[SelfLocation][] | @casterLocation<br>@bossLocation<br>@mobLocation | Targets the caster's location |
| @[SelfEyeLocation][] | @eyeDirection<br>@casterEyeLocation<br>@bossEyeLocation<br>@mobEyeLocation | Targets the caster's eye location |
| @[Forward][] | | Targets a location in front of caster's facing direction |
| @[Pin][] | | Targets the location of a [pin](Pins). |
| @[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 |
| @[TriggerLocation][] | | Targets the location of the entity that triggered the skill |
......@@ -332,6 +333,7 @@ Currently, sort can have the following values:
[NearestStructure]: /Skills/Targeters/NearestStructure
[ObstructingBlock]: /Skills/Targeters/ObstructingBlock
[Origin]: /Skills/Targeters/Origin
[Pin]: /Skills/Targeters/Pin
[ProjectileForward]: /Skills/Targeters/ProjectileForward
[SelfEyeLocation]: /Skills/Targeters/SelfEyeLocation
[SelfLocation]: /Skills/Targeters/SelfLocation
......
......