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