added Target wiki page authored by Lxlp's avatar Lxlp
......@@ -15,7 +15,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m
| Targeter | Shorthand | Description |
|--------------------------------------|-----------|------------------------------------------------------------------------------|
| @[Self][] | @Caster<br>@Boss<br>@Mob | Targets the caster of the mechanic |
| @Target | @T | Targets the mob's target |
| @[Target][] | @T | Targets the caster's target |
| @Trigger | | Targets the entity that triggered the skill |
| @[NearestPlayer][] | | Targets the nearest player in radius |
| @WolfOwner | | Targets the owner of the wolf |
......@@ -278,6 +278,7 @@ Currently, sort can have the following values:
[Passenger]: /Skills/Targeters/Passenger
[PlayerByName]: /Skills/Targeters/PlayerByName
[Self]: /Skills/Targeters/Self
[Target]: /Skills/Targeters/Target
<!-- Multi Entity Targeters -->
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing
......
......